diff -r b351e70ab325 -r 0a9065936aac setup/postgres/psql_patch_1.6.0.sql --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/setup/postgres/psql_patch_1.6.0.sql Sat May 17 17:39:48 2025 +0200 @@ -0,0 +1,3 @@ +-- apply this script to patch a version 1.5.0 database to version 1.6.0 + +alter table lpit_user add knows_updates_until timestamp with time zone;