diff options
Diffstat (limited to 'db/schema.rb')
-rw-r--r-- | db/schema.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/db/schema.rb b/db/schema.rb index d13c8c450ff..4607b1a99af 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -10,7 +10,7 @@ # # It's strongly recommended that you check this file into your version control system. -ActiveRecord::Schema.define(version: 2019_08_20_163320) do +ActiveRecord::Schema.define(version: 2019_08_26_090628) do # These are extensions that must be enabled in order to support this database enable_extension "pg_trgm" @@ -1144,7 +1144,6 @@ ActiveRecord::Schema.define(version: 2019_08_20_163320) do t.datetime_with_timezone "finished_at" t.integer "cluster_id" t.index ["cluster_id", "status"], name: "index_deployments_on_cluster_id_and_status" - t.index ["cluster_id"], name: "index_deployments_on_cluster_id" t.index ["created_at"], name: "index_deployments_on_created_at" t.index ["deployable_type", "deployable_id"], name: "index_deployments_on_deployable_type_and_deployable_id" t.index ["environment_id", "id"], name: "index_deployments_on_environment_id_and_id" |