setup/postgres/psql_patch_1.6.0.sql

Thu, 12 Mar 2026 13:13:34 +0100

author
Mike Becker <universe@uap-core.de>
date
Thu, 12 Mar 2026 13:13:34 +0100
changeset 418
a4e46a17c2f6
parent 367
0a9065936aac
permissions
-rw-r--r--

Added tag v1.6.0 for changeset df78451a6d41

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