setup/postgres/psql_patch_1.6.0.sql

Wed, 13 May 2026 23:17:23 +0200

author
Mike Becker <universe@uap-core.de>
date
Wed, 13 May 2026 23:17:23 +0200
changeset 421
3ffbf8bfdbd8
parent 367
0a9065936aac
permissions
-rw-r--r--

simplify code

relates to #833 and issue #834

-- 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;

mercurial