changeset 47:a03ff9076969

Delivered by interface for other uses than WAMOS.
author Tom Gottfried <tom@intevation.de>
date Mon, 07 May 2018 22:46:39 +0200
parents 9106e1510244
children 6185e4780017
files wamos.sql
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/wamos.sql	Mon May 07 22:45:54 2018 +0200
+++ b/wamos.sql	Mon May 07 22:46:39 2018 +0200
@@ -107,7 +107,7 @@
        -- XXX: Also an attribut of sounding result?
        date_info timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
        source_organization varchar NOT NULL,
-       additional_data xml -- XXX: What is that really for?
+       -- additional_data xml -- Currently not relevant for WAMOS
        );
 CREATE TRIGGER bottleneck_date_info BEFORE UPDATE ON bottlenecks
        FOR EACH ROW EXECUTE PROCEDURE update_date_info();