Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
OLAT CI-CD Testing Project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lars Oliver Dam
OLAT CI-CD Testing Project
Commits
212bb05d
Commit
212bb05d
authored
13 years ago
by
srosse
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/resources/database/mysql/alter_7_0_x_to_7_1_0.sql
+1
-1
1 addition, 1 deletion
src/main/resources/database/mysql/alter_7_0_x_to_7_1_0.sql
with
1 addition
and
1 deletion
src/main/resources/database/mysql/alter_7_0_x_to_7_1_0.sql
+
1
−
1
View file @
212bb05d
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment