view schema/updates/1107/01.reindex_import_logs.sql @ 5666:37c2354a6024 clickable-links

Render links only to known bottlenecks
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 05 Dec 2023 15:34:31 +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);