annotate schema/updates/1007/01.delete-import-tracking.sql @ 5560:f2204f91d286

Join the log lines of imports to the log exports to recover data from them. Used in SR export to extract information that where in the meta json but now are only found in the log.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Wed, 09 Feb 2022 18:34:40 +0100
parents 4bf1c8d91bac
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4031
4bf1c8d91bac Import queue: Added a column to the tracking table to delete entries on stage done.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
1 ALTER TABLE import.track_imports ADD COLUMN deletion bool NOT NULL DEFAULT false;