setup/postgres/psql_patch_1.6.0.sql

Sun, 18 May 2025 12:48:06 +0200

author
Mike Becker <universe@uap-core.de>
date
Sun, 18 May 2025 12:48:06 +0200
changeset 369
f8bc78c5f2da
parent 367
0a9065936aac
permissions
-rw-r--r--

change default issue category for issues in released versions - resolves #657

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