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

OO-173: fix a comment in SQL

--HG--
branch : 80-patch
parent 7d5e75b5
No related branches found
No related tags found
No related merge requests found
...@@ -179,5 +179,5 @@ alter table o_info_message add constraint FKF85553465A4FA5DC foreign key (fk_aut ...@@ -179,5 +179,5 @@ alter table o_info_message add constraint FKF85553465A4FA5DC foreign key (fk_aut
create index imsg_modifier_idx on o_info_message (fk_modifier_id); create index imsg_modifier_idx on o_info_message (fk_modifier_id);
alter table o_info_message add constraint FKF85553465A4FA5EF foreign key (fk_modifier_id) references o_bs_identity (id); alter table o_info_message add constraint FKF85553465A4FA5EF foreign key (fk_modifier_id) references o_bs_identity (id);
--projectbroker.project.title was too short for title with äöü -- projectbroker.project.title was too short for title with äöü
alter table o_projectbroker_project modify title varchar(150); alter table o_projectbroker_project modify title varchar(150);
\ No newline at end of file
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