view schema/updates/1435/01.add_import_state_idx.sql @ 5247:d89f5d75223e new-fwa

Deactivate interpolation stop for gaps longer than 1.5 hours.
author Sascha L. Teichmann <teichmann@intevation.de>
date Tue, 12 May 2020 22:24:16 +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);