diff pkg/imports/agm.go @ 3278:831193935739

Avoid storing of NtS messages other than water level
author Tom Gottfried <tom@intevation.de>
date Wed, 15 May 2019 19:42:21 +0200
parents 232fc90e6ee2
children ec6163c6687d
line wrap: on
line diff
--- a/pkg/imports/agm.go	Wed May 15 19:08:49 2019 +0200
+++ b/pkg/imports/agm.go	Wed May 15 19:42:21 2019 +0200
@@ -174,7 +174,6 @@
   water_level,
   date_info,
   source_organization,
-  is_waterlevel,
   staging_done
 ) VALUES(
   ($1::char(2), $2::char(3), $3::char(5), $4::char(5), $5::int),
@@ -187,7 +186,6 @@
   $12,
   $13,
   $14,
-  true,
   false
 )
 RETURNING id`