Skip to content
Snippets Groups Projects
  1. Oct 13, 2017
  2. Oct 07, 2017
  3. Oct 06, 2017
  4. Oct 05, 2017
  5. Oct 04, 2017
  6. Oct 03, 2017
  7. Oct 02, 2017
  8. Oct 01, 2017
  9. Sep 30, 2017
  10. Sep 29, 2017
  11. Sep 28, 2017
  12. Sep 27, 2017
  13. Sep 26, 2017
    • Gregory Stark's avatar
      Remove an unneeded index on ci_builds left in some databases · 23b58e54
      Gregory Stark authored
      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.
      Unverified
      23b58e54
  14. Sep 25, 2017
  15. Sep 23, 2017
  16. Sep 21, 2017
  17. Sep 20, 2017
Loading