view schema/updates/1007/01.delete-import-tracking.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 4bf1c8d91bac
children
line wrap: on
line source

ALTER TABLE import.track_imports ADD COLUMN deletion bool NOT NULL DEFAULT false;