Skip to content
Snippets Groups Projects
Commit e5d0dd48 authored by srosse's avatar srosse
Browse files

no-jira: fix missing semi-colon (patch D. Haag)

parent 25d48588
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ alter table o_area drop groupcontext_fk; ...@@ -17,7 +17,7 @@ alter table o_area drop groupcontext_fk;
alter table o_bs_invitation drop column fk_secgroup; alter table o_bs_invitation drop column fk_secgroup;
alter table o_bs_invitation drop column version; alter table o_bs_invitation drop column version;
alter table o_ep_struct_el drop column fk_ownergroup alter table o_ep_struct_el drop column fk_ownergroup;
-- drop tables -- drop tables
drop table o_gp_bgcontext; drop table o_gp_bgcontext;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment