setup/postgres/psql_default_data.sql

Thu, 29 Dec 2022 13:58:08 +0100

author
Mike Becker <universe@uap-core.de>
date
Thu, 29 Dec 2022 13:58:08 +0100
changeset 255
1270f91b4c22
parent 253
e1cd3e698037
permissions
-rw-r--r--

update from gradle 7.3 to 7.6

And hope that this fixes an idiotic internal
duplication error
(see https://github.com/gradle/gradle/issues/17236)

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