annotate schema/updates/0301/01.dismar-wwname.sql @ 5541:29804c8e817d aggregate-gm-import-logging

WIP: Handle rest correctly.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Tue, 26 Oct 2021 02:02:23 +0200
parents 32e9ae5210f9
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;