Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
cee69f89
Commit
cee69f89
authored
Jun 29, 2016
by
Stan Hu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix broken migration in MySQL
Closes #19344
parent
a4b1fe4d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
db/migrate/20160616102642_remove_duplicated_keys.rb
db/migrate/20160616102642_remove_duplicated_keys.rb
+1
-1
No files found.
db/migrate/20160616102642_remove_duplicated_keys.rb
View file @
cee69f89
...
@@ -9,7 +9,7 @@ class RemoveDuplicatedKeys < ActiveRecord::Migration
...
@@ -9,7 +9,7 @@ class RemoveDuplicatedKeys < ActiveRecord::Migration
AND id != (
AND id != (
SELECT id FROM (
SELECT id FROM (
SELECT max(id) AS id
SELECT max(id) AS id
FROM
keys
FROM
#{
quote_table_name
(
:keys
)
}
WHERE fingerprint =
#{
fingerprint
}
WHERE fingerprint =
#{
fingerprint
}
) max_ids
) max_ids
)
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment