Skip to content
Snippets Groups Projects
  1. Jul 23, 2015
  2. Jul 22, 2015
  3. Jul 21, 2015
  4. Jul 20, 2015
  5. Jul 18, 2015
  6. Jul 17, 2015
  7. Jul 16, 2015
    • Jan Sandbrink's avatar
      add migration to add unique index over journals · 83f9ab4b
      Jan Sandbrink authored
      The triplet [journable_type, journable_id, version] should never be duplicated.
      We don't know for sure how duplicates can occur here, but a unique index will:
       - prevent data corruption
       - cause an error when invalid data is about to be added to the database
       - speed up typical access to the journals table
      83f9ab4b
  8. Jul 15, 2015
Loading