setup/postgres/psql_patch_1.5.0.sql

changeset 350
c676c200534d
parent 348
1dc9c405e9e2
--- a/setup/postgres/psql_patch_1.5.0.sql	Sun Feb 02 13:13:27 2025 +0100
+++ b/setup/postgres/psql_patch_1.5.0.sql	Sun Feb 02 14:12:02 2025 +0100
@@ -22,5 +22,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)
 );

mercurial