annotate schema/updates/0301/01.dismar-wwname.sql @ 4214:49564382ffff

Added a import queue job to recalculate the contour lines of the sounding results if the heights have changed.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Fri, 16 Aug 2019 13:15:34 +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;