Commit 43e8d050 authored by Robert Speicher's avatar Robert Speicher

Rename AddIndexServicesOnTemplate migration

This migration adds an index on the `services` table that was meant to
help the `DeleteTemplateServicesDuplicatedByType` migration on staging,
however it was added with a timestamp that would have it run after the
migration it was meant to help, so it was doing nothing.
parent a91d77a6
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
# #
# It's strongly recommended that you check this file into your version control system. # It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema.define(version: 2020_03_09_105539) do ActiveRecord::Schema.define(version: 2020_03_06_170531) do
# These are extensions that must be enabled in order to support this database # These are extensions that must be enabled in order to support this database
enable_extension "pg_trgm" enable_extension "pg_trgm"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment