Tue, 23 Jun 2026 14:30:10 +0200
add the possibility to hide projects from the left menu - resolves #818
|
436
a07662e829c0
add the possibility to hide projects from the left menu - resolves #818
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
1 | -- apply this script to patch a version 1.6.x database to version 1.7.0 |
|
a07662e829c0
add the possibility to hide projects from the left menu - resolves #818
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
2 | |
|
a07662e829c0
add the possibility to hide projects from the left menu - resolves #818
Mike Becker <universe@uap-core.de>
parents:
diff
changeset
|
3 | alter table lpit_project add column hidden boolean default false; |