setup/postgres/psql_patch_1.6.0.sql@b2f8cce6a160
setup/postgres/psql_patch_1.6.0.sql
Mon, 15 Sep 2025 20:13:22 +0200
- author
- Mike Becker <universe@uap-core.de>
- date
- Mon, 15 Sep 2025 20:13:22 +0200
- changeset 390
- b2f8cce6a160
- parent 367
-
0a9065936aac
- permissions
- -rw-r--r--
fixes #726 - quick resolve not writing history entry
no changelog entry because the feature is being introduced with this version
-- 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;