setup/postgres/psql_default_data.sql

Sat, 30 Dec 2023 13:34:06 +0100

author
Mike Becker <universe@uap-core.de>
date
Sat, 30 Dec 2023 13:34:06 +0100
changeset 297
24155683fc89
parent 253
e1cd3e698037
permissions
-rw-r--r--

add another stupid magic command to gradle file because things stop working by default

insert into lpit_issue_phases (status, phase) values
    ('InSpecification', 0),
    ('ToDo', 0),
    ('Scheduled', 0),
    ('InProgress', 1),
    ('InReview', 1),
    ('Ready', 1),
    ('Done', 2),
    ('Rejected', 2),
    ('Withdrawn', 2),
    ('Duplicate', 2);

mercurial