view schema/updates/1007/01.delete-import-tracking.sql @ 4998:bb2123358bd8 wmst-config

Configure fairway marks layers with time support
author Tom Gottfried <tom@intevation.de>
date Mon, 09 Mar 2020 12:19:06 +0100
parents 4bf1c8d91bac
children
line wrap: on
line source

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