diff --git a/db/schema.rb b/db/schema.rb index 865ef04b95bb0362a57523549a9c0017b8d5643f..3772419b3c09c8884500d387e61d8a493554f96e 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -846,8 +846,8 @@ ActiveRecord::Schema.define(version: 20181107054254) do t.datetime "created_at" t.datetime "updated_at" t.string "on_stop" - t.datetime_with_timezone "finished_at" t.integer "status", limit: 2, default: 2, null: false + t.datetime_with_timezone "finished_at" end add_index "deployments", ["created_at"], name: "index_deployments_on_created_at", using: :btree @@ -1875,7 +1875,6 @@ ActiveRecord::Schema.define(version: 20181107054254) do end add_index "redirect_routes", ["path"], name: "index_redirect_routes_on_path", unique: true, using: :btree - add_index "redirect_routes", ["path"], name: "index_redirect_routes_on_path_text_pattern_ops", using: :btree, opclasses: {"path"=>"varchar_pattern_ops"} add_index "redirect_routes", ["source_type", "source_id"], name: "index_redirect_routes_on_source_type_and_source_id", using: :btree create_table "releases", force: :cascade do |t|