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
Boxiang Sun
gitlab-ce
Commits
ea16ea5b
Commit
ea16ea5b
authored
Mar 23, 2017
by
Grzegorz Bizon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Identify container repository by a single name
parent
01d159b4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
db/migrate/20170322013926_create_container_repository.rb
db/migrate/20170322013926_create_container_repository.rb
+1
-1
db/schema.rb
db/schema.rb
+1
-1
No files found.
db/migrate/20170322013926_create_container_repository.rb
View file @
ea16ea5b
...
...
@@ -6,7 +6,7 @@ class CreateContainerRepository < ActiveRecord::Migration
def
change
create_table
:container_repositories
do
|
t
|
t
.
integer
:project_id
t
.
string
:
path
t
.
string
:
name
end
end
end
db/schema.rb
View file @
ea16ea5b
...
...
@@ -324,7 +324,7 @@ ActiveRecord::Schema.define(version: 20170322013926) do
create_table
"container_repositories"
,
force: :cascade
do
|
t
|
t
.
integer
"project_id"
t
.
string
"
path
"
t
.
string
"
name
"
end
create_table
"deploy_keys_projects"
,
force: :cascade
do
|
t
|
...
...
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