Skip to content
Snippets Groups Projects
Commit 274d3d50 authored by Kamil Trzcińśki's avatar Kamil Trzcińśki
Browse files

Added missing db/schema changes

parent 6b979687
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -390,10 +390,11 @@ ActiveRecord::Schema.define(version: 20160913212128) do
 
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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment