view schema/updates/1107/01.reindex_import_logs.sql @ 4401:9842812b92e0

identify: fix numbers for nsc
author Thomas Junk <thomas.junk@intevation.de>
date Mon, 16 Sep 2019 16:46:29 +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);