Skip to content
代码片段 群组 项目
提交 274d3d50 编辑于 作者: Kamil Trzciński's avatar Kamil Trzciński
浏览文件

Added missing db/schema changes

上级 6b979687
No related branches found
No related tags found
无相关合并请求
......@@ -390,10 +390,11 @@
create_table "environments", force: :cascade do |t|
t.integer "project_id"
t.string "name", null: false
t.string "name", null: false
t.datetime "created_at"
t.datetime "updated_at"
t.string "external_url"
t.string "environment_type"
end
add_index "environments", ["project_id", "name"], name: "index_environments_on_project_id_and_name", using: :btree
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册