setup/postgres/psql_patch_1.5.0.sql@860bbccf33e7
setup/postgres/psql_patch_1.5.0.sql
Thu, 30 Jan 2025 19:47:21 +0100
- author
- Mike Becker <universe@uap-core.de>
- date
- Thu, 30 Jan 2025 19:47:21 +0100
- changeset 346
- 860bbccf33e7
- parent 345
-
7a515768c481
- child 347
-
d1edd8d9c8a1
- permissions
- -rw-r--r--
use the component's color in issue overview - fixes #580
-- apply this script to patch a version < 1.5.0 database to version 1.5.0
alter table lpit_issue_history_event
add userid integer null references lpit_user (userid) on delete set null;