提交 ea16ea5b 编写于 作者: G Grzegorz Bizon

Identify container repository by a single name

上级 01d159b4
......@@ -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
......@@ -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|
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册