--- a/setup/postgres/psql_patch_1.5.0.sql Sun Mar 09 17:17:59 2025 +0100 +++ b/setup/postgres/psql_patch_1.5.0.sql Tue Mar 11 13:59:06 2025 +0100 @@ -25,3 +25,5 @@ outdated boolean not null default false, primary key (issueid, variant) ); + +alter table lpit_commit_ref add commit_time timestamp with time zone null;