Former-commit-id:09f41a6b31
[formerly56745c942e
] [formerly09f41a6b31
[formerly56745c942e
] [formerlyc8e373c098
[formerly 469c2c597b80fd725f474e0d645656e4054fd69a]]] Former-commit-id:c8e373c098
Former-commit-id:a526600e3e
[formerlye1721cad00
] Former-commit-id:18b4d133c7
35 lines
739 B
SQL
35 lines
739 B
SQL
-- Index: convsigmet_section_parentid_idex
|
|
|
|
-- DROP INDEX convsigmet_section_parentid_idex;
|
|
|
|
CREATE INDEX convsigmet_section_parentid_idex
|
|
ON convsigmet_section
|
|
USING btree
|
|
(parentid);
|
|
|
|
-- Index: convsigmet_location_parentid_idex
|
|
|
|
-- DROP INDEX convsigmet_location_parentid_idex;
|
|
|
|
CREATE INDEX convsigmet_location_parentid_idex
|
|
ON convsigmet_location
|
|
USING btree
|
|
(parentid);
|
|
|
|
-- Index: airmet_report_parentid_idex
|
|
|
|
-- DROP INDEX airmet_report_parentid_idex;
|
|
|
|
CREATE INDEX airmet_report_parentid_idex
|
|
ON airmet_report
|
|
USING btree
|
|
(parentid);
|
|
|
|
-- Index: airmet_location_parentid_idex
|
|
|
|
-- DROP INDEX airmet_location_parentid_idex;
|
|
|
|
CREATE INDEX airmet_location_parentid_idex
|
|
ON airmet_location
|
|
USING btree
|
|
(parentid);
|