setup/postgres/psql_patch_1.6.0.sql

Sat, 04 Oct 2025 14:41:35 +0200

author
Mike Becker <universe@uap-core.de>
date
Sat, 04 Oct 2025 14:41:35 +0200
changeset 393
0b5b37572021
parent 367
0a9065936aac
permissions
-rw-r--r--

add onhover edit icons for editing version, component, variant - resolves #734

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