setup/postgres/psql_default_data.sql

Sat, 30 May 2020 15:28:27 +0200

author
Mike Becker <universe@uap-core.de>
date
Sat, 30 May 2020 15:28:27 +0200
changeset 82
4ec7f2600c83
parent 81
1a2e7b5d48f7
child 89
c69d5cb11d6c
permissions
-rw-r--r--

removes stupid thead prefix from every resource file

     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);

mercurial