changeset 1759:0edebe44067d

Import queue: Removed auto_accept from imports table, too.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Thu, 10 Jan 2019 17:21:51 +0100
parents 5b440fcae1a3
children 22148eb0f986
files schema/gemma.sql
diffstat 1 files changed, 3 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/schema/gemma.sql	Thu Jan 10 17:12:42 2019 +0100
+++ b/schema/gemma.sql	Thu Jan 10 17:21:51 2019 +0100
@@ -603,10 +603,9 @@
         REFERENCES internal.user_profiles(username)
             ON DELETE SET NULL
             ON UPDATE CASCADE,
-    send_email  boolean NOT NULL DEFAULT false,
-    auto_accept boolean NOT NULL DEFAULT false,
-    data        TEXT,
-    summary     TEXT
+    send_email boolean NOT NULL DEFAULT false,
+    data       TEXT,
+    summary    TEXT
 );
 
 CREATE INDEX enqueued_idx ON waterway.imports(enqueued, state);