view schema/updates/1007/01.delete-import-tracking.sql @ 4808:db450fcc8ed7

client: add title for the exported image
author Fadi Abbud <fadi.abbud@intevation.de>
date Tue, 29 Oct 2019 11:04:14 +0100
parents 4bf1c8d91bac
children
line wrap: on
line source

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