setup/postgres/psql_default_data.sql

changeset 81
1a2e7b5d48f7
parent 51
dd0a45ae25d7
child 89
c69d5cb11d6c
     1.1 --- a/setup/postgres/psql_default_data.sql	Sun May 24 15:30:43 2020 +0200
     1.2 +++ b/setup/postgres/psql_default_data.sql	Sat May 30 15:26:15 2020 +0200
     1.3 @@ -0,0 +1,10 @@
     1.4 +insert into lpit_issue_phases (status, phase) values
     1.5 +    ('InSpecification', 0),
     1.6 +    ('ToDo', 0),
     1.7 +    ('Scheduled', 1),
     1.8 +    ('InProgress', 1),
     1.9 +    ('InReview', 1),
    1.10 +    ('Done', 2),
    1.11 +    ('Rejected', 2),
    1.12 +    ('Withdrawn', 2),
    1.13 +    ('Duplicate', 2);

mercurial