Added missing db/schema changes

This commit is contained in:
Kamil Trzcinski 2016-09-14 23:27:54 +02:00
parent 6b97968745
commit 274d3d50e5
1 changed files with 2 additions and 1 deletions

View File

@ -394,6 +394,7 @@ ActiveRecord::Schema.define(version: 20160913212128) do
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