Skip to content

Commit

Permalink
enhan(index for result tables): Create index for rpt tables - I
Browse files Browse the repository at this point in the history
(cherry picked from commit 01ed658)
  • Loading branch information
xtorret committed Jan 16, 2025
1 parent 1b3a6ef commit bf3c169
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions updates/36/36017/utils/tablect.sql
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,7 @@ ALTER TABLE config_user_x_expl DROP CONSTRAINT config_user_x_expl_expl_id_fkey;
ALTER TABLE config_user_x_expl ADD CONSTRAINT config_user_x_expl_expl_id_fkey
FOREIGN KEY (expl_id) REFERENCES exploitation(expl_id) ON UPDATE CASCADE ON DELETE CASCADE;

CREATE INDEX rpt_arc_arc_id ON rpt_arc USING btree (arc_id);
CREATE INDEX rpt_arc_result_id ON rpt_arc USING btree (result_id);


0 comments on commit bf3c169

Please sign in to comment.