changeset 79:c22ddffc2071

Add waterway profiles stub.
author Tom Gottfried <tom@intevation.de>
date Thu, 31 May 2018 16:28:12 +0200
parents 012948f18faa
children 004198a3cbc0
files wamos.sql
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/wamos.sql	Thu May 31 16:15:50 2018 +0200
+++ b/wamos.sql	Thu May 31 16:28:12 2018 +0200
@@ -123,6 +123,12 @@
        -- TODO: add real section/stretch attributes (DRC 2.2.1)
        );
 
+CREATE TABLE wamos.waterway_profiles (
+       dummy_attrib varchar,
+       "..." varchar
+       -- TODO: add real profile attributes (DRC 2.2.3)
+       );
+
 --
 -- Bottlenecks
 --