view schema/updates/1009/01.drop-fa-date_info-default.sql @ 5092:8dc27fc1d05c

Add temporal validity attributes and WMS-T config to bottlenecks layer Attributes related to data availability and quality still refer to the current situation.
author Tom Gottfried <tom@intevation.de>
date Tue, 24 Mar 2020 12:32:42 +0100
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;