summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorGreg Stark <stark@gitlab.com>2017-09-19 22:47:04 +0100
committerYorick Peterse <yorickpeterse@gmail.com>2017-09-26 11:33:20 +0200
commit23b58e54680e5a73a2e81960114504e6a8a161cf (patch)
tree83bca450ffd5db033ef3c877eb0fdaedd8c83776 /lib
parenta7265abd6dc397017381763ea22250656105ae10 (diff)
downloadgitlab-ce-23b58e54680e5a73a2e81960114504e6a8a161cf.tar.gz
Remove an unneeded index on ci_builds left in some databasesremove-temporary-ci-index
Migration 20170919211300_remove_temporary_ci_builds_index.rb created a temporary partial index and tried to drop it at the end of the migration. In some circumstances apparently it failed to drop the index and it ended up in our schema.rb. This accidentally failed to fail due to a bug in the regular expression for partial indexes which caused the index creation in schema.rb to be ignored. Now that that's fixed we could be resurrecting this zombie index from the past in some but not all databases. Add a migration to drop this index if it's present to reconcile this discrepancy.
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions