--- a/setup/postgres/psql_patch_1.5.0.sql Fri Mar 14 08:09:05 2025 +0100 +++ b/setup/postgres/psql_patch_1.5.0.sql Sat May 17 17:39:48 2025 +0200 @@ -1,4 +1,4 @@ --- apply this script to patch a version < 1.5.0 database to version 1.5.0 +-- apply this script to patch a version 1.1.0 database to version 1.5.0 alter table lpit_issue_history_event add userid integer null references lpit_user (userid) on delete set null;