setup/postgres/psql_patch_1.5.0.sql@7a515768c481
setup/postgres/psql_patch_1.5.0.sql
Tue, 14 Jan 2025 20:12:25 +0100
- author
- Mike Becker <universe@uap-core.de>
- date
- Tue, 14 Jan 2025 20:12:25 +0100
- changeset 345
- 7a515768c481
- parent 285
-
setup/postgres/psql_patch_1.1.0.sql@8da71efbaa35
- permissions
- -rw-r--r--
add author to issue history and RSS feed - fixes #463
-- 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;