annotate schema/updates_3.0.1/01.dismar-wwname.sql @ 3945:3bdbaf1b282a

SR import: Negate the Z values in the XYZ files if the flag `negate-z` is set.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Sun, 14 Jul 2019 17:19:22 +0200
parents 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;