setup/postgres/psql_default_data.sql

changeset 89
c69d5cb11d6c
parent 81
1a2e7b5d48f7
child 253
e1cd3e698037
--- a/setup/postgres/psql_default_data.sql	Sun Jun 21 11:38:16 2020 +0200
+++ b/setup/postgres/psql_default_data.sql	Sun Jun 21 11:43:08 2020 +0200
@@ -1,7 +1,7 @@
 insert into lpit_issue_phases (status, phase) values
     ('InSpecification', 0),
     ('ToDo', 0),
-    ('Scheduled', 1),
+    ('Scheduled', 0),
     ('InProgress', 1),
     ('InReview', 1),
     ('Done', 2),

mercurial