view schema/updates/1009/01.drop-fa-date_info-default.sql @ 4214:49564382ffff

Added a import queue job to recalculate the contour lines of the sounding results if the heights have changed.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Fri, 16 Aug 2019 13:15:34 +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;