comparison: setup/postgres/psql_default_data.sql
setup/postgres/psql_default_data.sql
- changeset 81
- 1a2e7b5d48f7
- parent 51
- dd0a45ae25d7
- child 89
- c69d5cb11d6c
equal
deleted
inserted
replaced
|
1 insert into lpit_issue_phases (status, phase) values |
|
2 ('InSpecification', 0), |
|
3 ('ToDo', 0), |
|
4 ('Scheduled', 1), |
|
5 ('InProgress', 1), |
|
6 ('InReview', 1), |
|
7 ('Done', 2), |
|
8 ('Rejected', 2), |
|
9 ('Withdrawn', 2), |
|
10 ('Duplicate', 2); |