annotate schema/updates/1440/01.add_zpg_exception.sql @ 5624:29d729607ac1

Added tag v5.7 for changeset ff0af91a7f62
author Sascha Wilde <wilde@sha-bang.de>
date Thu, 22 Dec 2022 18:42:14 +0100
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;