annotate schema/updates/1107/01.reindex_import_logs.sql @ 4935:c64dba002726 fairway-marks-import

Load and prepare data models for layer groups. TODO: Feed config to GeoServer.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Sun, 16 Feb 2020 15:16:22 +0100
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);