setup/postgres/psql_default_data.sql

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

mercurial