--- a/setup/postgres/psql_create_tables.sql Sun Feb 02 13:13:27 2025 +0100 +++ b/setup/postgres/psql_create_tables.sql Sun Feb 02 14:12:02 2025 +0100 @@ -198,5 +198,6 @@ issueid integer not null references lpit_issue (issueid), variant integer not null references lpit_variant (id), status issue_status not null default 'InSpecification', + outdated boolean not null default false, primary key (issueid, variant) );