setup/postgres/psql_patch_1.6.0.sql@adaf9cf8b97e
setup/postgres/psql_patch_1.6.0.sql
Tue, 09 Jun 2026 16:24:15 +0200
- author
- Mike Becker <universe@uap-core.de>
- date
- Tue, 09 Jun 2026 16:24:15 +0200
- changeset 425
- adaf9cf8b97e
- parent 367
-
0a9065936aac
- permissions
- -rw-r--r--
add comment ID fragment to uniquely refer to comments
fixes #884
-- 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;