setup/postgres/psql_patch_1.6.0.sql@1c21d7a9135d
setup/postgres/psql_patch_1.6.0.sql
Sat, 13 Dec 2025 15:08:06 +0100
- author
- Mike Becker <universe@uap-core.de>
- date
- Sat, 13 Dec 2025 15:08:06 +0100
- changeset 403
- 1c21d7a9135d
- parent 367
-
0a9065936aac
- permissions
- -rw-r--r--
fix that clearing a filter manually did not work anymore - fixes #783
-- 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;