view schema/updates/1009/01.drop-fa-date_info-default.sql @ 4369:7c91cb922352

client: fix systemconfiguration classbreak layout * Use more width for a single classbreak so that in case of negative numbers with two digits after the decimal point (e.g. `-0.05`), we can still see the right most digit.
author Bernhard Reiter <bernhard@intevation.de>
date Wed, 11 Sep 2019 10:00:52 +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;