diff schema/updates/1440/01.add_zpg_exception.sql @ 5304:6cf4fdaa93f9 zpg-exception

Added new ZPG exception column to sounding result table.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Wed, 19 May 2021 16:48:04 +0200
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/schema/updates/1440/01.add_zpg_exception.sql	Wed May 19 16:48:04 2021 +0200
@@ -0,0 +1,1 @@
+ALTER TABLE waterway.sounding_results ADD COLUMN zpg_exception bool NOT NULL DEFAULT FALSE;