view schema/updates/1107/01.reindex_import_logs.sql @ 4308:2c83d32bdd1b

Fixed converting WKB to SHAPE polygons.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 02 Sep 2019 21:32:11 +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);