annotate schema/updates/3.0.1/01.dismar-wwname.sql @ 3969:7015fb18d536

Moved db migrations to 3.0.1 to a new folder under updates. Replace the fragile symbolic link with a copy.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Wed, 17 Jul 2019 10:29:02 +0200
parents schema/updates_3.0.1/01.dismar-wwname.sql@1b11ff97c1d1
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3778
1b11ff97c1d1 Add wwname to import of virtual distance marks.
Sascha Wilde <wilde@intevation.de>
parents:
diff changeset
1 ALTER TABLE waterway.distance_marks_virtual
1b11ff97c1d1 Add wwname to import of virtual distance marks.
Sascha Wilde <wilde@intevation.de>
parents:
diff changeset
2 ADD COLUMN IF NOT EXISTS wwname varchar;