setup/postgres/psql_patch_1.6.0.sql

Sun, 05 Oct 2025 17:47:31 +0200

author
Mike Becker <universe@uap-core.de>
date
Sun, 05 Oct 2025 17:47:31 +0200
changeset 396
288cb8d22584
parent 367
0a9065936aac
permissions
-rw-r--r--

add convenience button to progress an issue and change behavior of the resolve button when a variant is opened - resolves #735

367
0a9065936aac add "what's new" popup - resolves #670
Mike Becker <universe@uap-core.de>
parents:
diff changeset
1 -- apply this script to patch a version 1.5.0 database to version 1.6.0
0a9065936aac add "what's new" popup - resolves #670
Mike Becker <universe@uap-core.de>
parents:
diff changeset
2
0a9065936aac add "what's new" popup - resolves #670
Mike Becker <universe@uap-core.de>
parents:
diff changeset
3 alter table lpit_user add knows_updates_until timestamp with time zone;

mercurial