提交 53d79469 编写于 作者: K Kamil Trzcinski

Update `db/schema.rb`

上级 0d3b43e6
......@@ -11,7 +11,7 @@
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema.define(version: 20161007133303) do
ActiveRecord::Schema.define(version: 20161017095000) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
......@@ -380,6 +380,7 @@ ActiveRecord::Schema.define(version: 20161007133303) do
t.string "deployable_type"
t.datetime "created_at"
t.datetime "updated_at"
t.text "properties"
end
add_index "deployments", ["project_id", "environment_id", "iid"], name: "index_deployments_on_project_id_and_environment_id_and_iid", using: :btree
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册