view schema/updates/1009/01.drop-fa-date_info-default.sql @ 4365:e739a4806d7c

rounding to full days: Fixed typos. Make golint happy with the comments. Unexport local type. Simplify and tightend code.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 09 Sep 2019 18:07:10 +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;