changeset 3647:123b9341408e

Fixup accidental change in rev. 02951a62e8c6
author Tom Gottfried <tom@intevation.de>
date Wed, 12 Jun 2019 18:21:14 +0200
parents 02951a62e8c6
children 0ec5c8ec1e44
files schema/gemma.sql
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/schema/gemma.sql	Wed Jun 12 17:11:15 2019 +0200
+++ b/schema/gemma.sql	Wed Jun 12 18:21:14 2019 +0200
@@ -570,7 +570,7 @@
         UNIQUE (bottleneck_id, surdat),
         -- additional_data xml -- Currently not relevant for GEMMA
         critical boolean,
-        date_info timestamp with time zone NOT NULL CURRENT_TIMESTAMP,
+        date_info timestamp with time zone NOT NULL DEFAULT CURRENT_TIMESTAMP,
         source_organization varchar NOT NULL
     )
     CREATE TRIGGER fairway_availability_date_info