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
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
c0ba146b
Commit
c0ba146b
authored
Oct 30, 2019
by
Andreas Brandl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Also remove extra index
parent
2f40a2ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
db/migrate/20190805140353_remove_rendundant_index_from_releases.rb
...e/20190805140353_remove_rendundant_index_from_releases.rb
+3
-0
No files found.
db/migrate/20190805140353_remove_rendundant_index_from_releases.rb
View file @
c0ba146b
...
@@ -13,6 +13,9 @@ class RemoveRendundantIndexFromReleases < ActiveRecord::Migration[5.2]
...
@@ -13,6 +13,9 @@ class RemoveRendundantIndexFromReleases < ActiveRecord::Migration[5.2]
def
up
def
up
remove_concurrent_index_by_name
:releases
,
'index_releases_on_project_id'
remove_concurrent_index_by_name
:releases
,
'index_releases_on_project_id'
# This is an extra index that is not present in db/schema.rb but known to exist on some installs
remove_concurrent_index_by_name
:releases
,
'releases_project_id_idx'
end
end
def
down
def
down
...
...
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