view schema/updates/1107/01.reindex_import_logs.sql @ 4584:44b032028e48 iso-areas

Re-enable templating for sounding differences on config changes.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Tue, 08 Oct 2019 16:37:40 +0200
parents 65a5501dc13d
children
line wrap: on
line source

DROP INDEX import.kind_idx;
CREATE INDEX import_logs_import_id ON import.import_logs (import_id);