annotate schema/updates/1440/01.add_zpg_exception.sql @ 5429:02a5da2f03b4 marking-single-beam

Fixed clipping.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Sun, 11 Jul 2021 15:07:18 +0200
parents 6cf4fdaa93f9
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5304
6cf4fdaa93f9 Added new ZPG exception column to sounding result table.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff changeset
1 ALTER TABLE waterway.sounding_results ADD COLUMN zpg_exception bool NOT NULL DEFAULT FALSE;