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
5cdf60b8
Commit
5cdf60b8
authored
Aug 10, 2018
by
Andreas Brandl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Ignore Migration/AddReference for existing migration.
parent
90a8fa72
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ee/db/migrate/20170808155912_add_plan_id_to_namespaces.rb
ee/db/migrate/20170808155912_add_plan_id_to_namespaces.rb
+1
-1
No files found.
ee/db/migrate/20170808155912_add_plan_id_to_namespaces.rb
View file @
5cdf60b8
...
@@ -17,7 +17,7 @@ class AddPlanIdToNamespaces < ActiveRecord::Migration
...
@@ -17,7 +17,7 @@ class AddPlanIdToNamespaces < ActiveRecord::Migration
end
end
def
up
def
up
add_reference
:namespaces
,
:plan
add_reference
:namespaces
,
:plan
# rubocop:disable Migration/AddReference
add_concurrent_foreign_key
:namespaces
,
:plans
,
column: :plan_id
,
on_delete: :nullify
add_concurrent_foreign_key
:namespaces
,
:plans
,
column: :plan_id
,
on_delete: :nullify
add_concurrent_index
:namespaces
,
:plan_id
add_concurrent_index
:namespaces
,
:plan_id
...
...
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