Commit b893bbdc authored by Frank Bergmann's avatar Frank Bergmann

- Fixed upgrade lexcelera

parent 2052af43
alter table application_groups drop constraint application_groups_group_id_fk;
alter table application_groups drop constraint if exists application_groups_group_id_fk;
alter table application_groups add constraint application_groups_group_id_fk foreign key (group_id) references groups(group_id) on delete cascade;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment