setup/postgres/psql_patch_1.7.0.sql

Tue, 23 Jun 2026 14:30:10 +0200

author
Mike Becker <universe@uap-core.de>
date
Tue, 23 Jun 2026 14:30:10 +0200
changeset 436
a07662e829c0
permissions
-rw-r--r--

add the possibility to hide projects from the left menu - resolves #818

-- apply this script to patch a version 1.6.x database to version 1.7.0

alter table lpit_project add column hidden boolean default false;

mercurial