Former-commit-id:c83e5ff474
[formerly580e2938d7
[formerly66be3bec40
] [formerlyc83e5ff474
[formerly 2a9569942c48542cf708b6c0b9189146fd954c11]]] Former-commit-id:580e2938d7
[formerly66be3bec40
] Former-commit-id:580e2938d7
Former-commit-id:d8da2252c3
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);
|