annotate schema/updates/1435/01.add_import_state_idx.sql @ 5361:ce1fe22bda5a extented-report

Backed out changeset f845c3b7b68e
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Tue, 22 Jun 2021 17:12:17 +0200
parents 38491057807b
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5122
0b6b62d247e8 Prioritize review jobs on selection
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
1 DROP INDEX import.enqueued_idx;
0b6b62d247e8 Prioritize review jobs on selection
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
2 CREATE INDEX enqueued_idx ON import.imports(enqueued);
0b6b62d247e8 Prioritize review jobs on selection
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
3 CREATE INDEX state_idx ON import.imports(state);