Update `db/schema.rb`

This commit is contained in:
Kamil Trzcinski 2016-10-17 12:51:37 +02:00
parent 0d3b43e606
commit 53d79469b0
1 changed files with 2 additions and 1 deletions

View File

@ -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