view schema/updates/1435/01.add_import_state_idx.sql @ 5217:70d83b7d36ef new-fwa

Track the number days LDCs are not available at bottlenecks.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 11 May 2020 19:52:25 +0200
parents 38491057807b
children
line wrap: on
line source

DROP INDEX import.enqueued_idx;
CREATE INDEX enqueued_idx ON import.imports(enqueued);
CREATE INDEX state_idx ON import.imports(state);