diff schema/gemma.sql @ 1975:d966f03ea819

Imports: Added the new state 'unchanged' which can be issued by the imports to indicate that the database is not modified by the particular imports.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Wed, 23 Jan 2019 11:20:14 +0100
parents f7a35ba9f409
children f9f1babe52ae
line wrap: on
line diff
--- a/schema/gemma.sql	Wed Jan 23 11:07:17 2019 +0100
+++ b/schema/gemma.sql	Wed Jan 23 11:20:14 2019 +0100
@@ -629,8 +629,10 @@
 -- Import queue and respective logging
 --
 CREATE TYPE waterway.import_state AS ENUM (
-    'queued', 'running', 'failed',
-    'pending', 'accepted', 'declined'
+    'queued',
+    'running',
+    'failed', 'unchanged', 'pending',
+    'accepted', 'declined'
 );
 
 CREATE TABLE waterway.imports (