setup/postgres/psql_patch_1.5.0.sql

changeset 367
0a9065936aac
parent 360
f60ecdc0431f
equal deleted inserted replaced
366:b351e70ab325 367:0a9065936aac
1 -- apply this script to patch a version < 1.5.0 database to version 1.5.0 1 -- apply this script to patch a version 1.1.0 database to version 1.5.0
2 2
3 alter table lpit_issue_history_event 3 alter table lpit_issue_history_event
4 add userid integer null references lpit_user (userid) on delete set null; 4 add userid integer null references lpit_user (userid) on delete set null;
5 5
6 create table lpit_variant 6 create table lpit_variant

mercurial