view schema/updates/1009/01.drop-fa-date_info-default.sql @ 4351:47aa3be2a7de

client: allow testing of Available FDLNW diagram * Change store/fairwayavailability.js to do the formatting in a mutation for loadAvailableFairwayDepthLNWLDiagram() and thus make it possible to set the data for testing.
author Bernhard Reiter <bernhard@intevation.de>
date Mon, 09 Sep 2019 14:42:55 +0200
parents b79b60c0cc5a
children
line wrap: on
line source

ALTER TABLE waterway.fairway_availability ALTER COLUMN date_info DROP DEFAULT;
DROP TRIGGER fairway_availability_date_info ON waterway.fairway_availability;