view schema/updates/1107/01.reindex_import_logs.sql @ 4906:21fea90f4002 fairway-marks-import

Avoid unnecessary pointer to pointer
author Tom Gottfried <tom@intevation.de>
date Fri, 07 Feb 2020 12:35:11 +0100
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);