view schema/updates/1107/01.reindex_import_logs.sql @ 4367:6a985796f401

Fixed copyright year.
author Sascha Wilde <wilde@intevation.de>
date Mon, 09 Sep 2019 21:59:51 +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);