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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
gitlab-ce
Commits
95e3a80e
Commit
95e3a80e
authored
Nov 19, 2018
by
Amit Rathi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
adding cluster_id index to cert_manager migrartion
parent
feee33e0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
db/migrate/20181101191341_create_clusters_applications_cert_manager.rb
...181101191341_create_clusters_applications_cert_manager.rb
+2
-2
No files found.
db/migrate/20181101191341_create_clusters_applications_cert_manager.rb
View file @
95e3a80e
...
@@ -7,10 +7,10 @@ class CreateClustersApplicationsCertManager < ActiveRecord::Migration
...
@@ -7,10 +7,10 @@ class CreateClustersApplicationsCertManager < ActiveRecord::Migration
def
change
def
change
create_table
:clusters_applications_cert_managers
do
|
t
|
create_table
:clusters_applications_cert_managers
do
|
t
|
t
.
references
:cluster
,
null:
false
,
unique:
true
,
foreign_key:
{
on_delete: :cascade
}
t
.
references
:cluster
,
null:
false
,
unique:
true
,
index:
true
,
foreign_key:
{
on_delete: :cascade
}
t
.
integer
:status
,
null:
false
t
.
integer
:status
,
null:
false
t
.
string
:version
,
null:
false
t
.
string
:version
,
null:
false
t
.
string
:email
,
null
:false
t
.
string
:email
,
null:
false
t
.
timestamps_with_timezone
null:
false
t
.
timestamps_with_timezone
null:
false
t
.
text
:status_reason
t
.
text
:status_reason
end
end
...
...
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