annotate schema/updates/1107/01.reindex_import_logs.sql @ 4351:47aa3be2a7de

client: allow testing of Available FDLNW diagram * Change store/fairwayavailability.js to do the formatting in a mutation for loadAvailableFairwayDepthLNWLDiagram() and thus make it possible to set the data for testing.
author Bernhard Reiter <bernhard@intevation.de>
date Mon, 09 Sep 2019 14:42:55 +0200
parents 65a5501dc13d
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4187
65a5501dc13d Enable faster access to import logs
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
1 DROP INDEX import.kind_idx;
65a5501dc13d Enable faster access to import logs
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
2 CREATE INDEX import_logs_import_id ON import.import_logs (import_id);