setup/postgres/psql_default_data.sql

Tue, 14 Jan 2025 20:12:25 +0100

author
Mike Becker <universe@uap-core.de>
date
Tue, 14 Jan 2025 20:12:25 +0100
changeset 345
7a515768c481
parent 253
e1cd3e698037
permissions
-rw-r--r--

add author to issue history and RSS feed - fixes #463

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