view schema/updates/1007/01.delete-import-tracking.sql @ 4363:d6439e7c8b1c

client, docs: adjust example for testing diagram * Change example to use days from the backend for AvailableFairwayDepth diagram.
author Bernhard Reiter <bernhard@intevation.de>
date Mon, 09 Sep 2019 17:26:59 +0200
parents 4bf1c8d91bac
children
line wrap: on
line source

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