BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
db9f7658
Unverified
Commit
db9f7658
authored
May 30, 2018
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename clusters_applications_jupyters to uncountable
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
c075a047
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
jupyter.rb
app/models/clusters/applications/jupyter.rb
+1
-1
20180511131058_create_clusters_applications_jupyter.rb
...te/20180511131058_create_clusters_applications_jupyter.rb
+1
-1
schema.rb
db/schema.rb
+1
-1
No files found.
app/models/clusters/applications/jupyter.rb
View file @
db9f7658
...
...
@@ -3,7 +3,7 @@ module Clusters
class
Jupyter
<
ActiveRecord
::
Base
VERSION
=
'0.0.1'
.
freeze
self
.
table_name
=
'clusters_applications_jupyter
s
'
self
.
table_name
=
'clusters_applications_jupyter'
include
::
Clusters
::
Concerns
::
ApplicationCore
include
::
Clusters
::
Concerns
::
ApplicationStatus
...
...
db/migrate/20180511131058_create_clusters_applications_jupyter.rb
View file @
db9f7658
...
...
@@ -7,7 +7,7 @@ class CreateClustersApplicationsJupyter < ActiveRecord::Migration
DOWNTIME
=
false
def
change
create_table
:clusters_applications_jupyter
s
do
|
t
|
create_table
:clusters_applications_jupyter
do
|
t
|
t
.
references
:cluster
,
null:
false
,
unique:
true
,
foreign_key:
{
on_delete: :cascade
}
t
.
references
:oauth_application
...
...
db/schema.rb
View file @
db9f7658
...
...
@@ -635,7 +635,7 @@ ActiveRecord::Schema.define(version: 20180521171529) do
t
.
string
"external_ip"
end
create_table
"clusters_applications_jupyter
s
"
,
force: :cascade
do
|
t
|
create_table
"clusters_applications_jupyter"
,
force: :cascade
do
|
t
|
t
.
integer
"cluster_id"
,
null:
false
t
.
integer
"oauth_application_id"
t
.
integer
"status"
,
null:
false
...
...
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