view schema/updates/1007/01.delete-import-tracking.sql @ 4031:4bf1c8d91bac

Import queue: Added a column to the tracking table to delete entries on stage done.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Tue, 23 Jul 2019 13:16:41 +0200
parents
children
line wrap: on
line source

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