setup/postgres/psql_patch_1.6.0.sql@698541f09380
setup/postgres/psql_patch_1.6.0.sql
Sun, 14 Sep 2025 16:37:47 +0200
- author
- Mike Becker <universe@uap-core.de>
- date
- Sun, 14 Sep 2025 16:37:47 +0200
- changeset 388
- 698541f09380
- parent 367
-
0a9065936aac
- permissions
- -rw-r--r--
improve solution for issue #719
It is no longer necessary to work with placeholder strings just to fill the gaps (=empty rows) between the fields.
-- 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;