diff schema/updates/0301/01.dismar-wwname.sql @ 3970:32e9ae5210f9

Moved 3.0.1 db migration to 0301 to have a four digit pattern.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Wed, 17 Jul 2019 10:32:48 +0200
parents schema/updates/3.0.1/01.dismar-wwname.sql@7015fb18d536
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/schema/updates/0301/01.dismar-wwname.sql	Wed Jul 17 10:32:48 2019 +0200
@@ -0,0 +1,2 @@
+ALTER TABLE waterway.distance_marks_virtual
+  ADD COLUMN IF NOT EXISTS wwname varchar;