• Timothy Andrew's avatar
    Add a migration to remove soft-deleted groups. · bf28506f
    Timothy Andrew authored
    The database should not have any soft-deleted groups. Due to a race
    condition (soft-delete completes after the hard-delete), soft-deleted
    groups were (incorrectly) left in the database, causing issues while
    trying to create a new group with the same name.
    bf28506f
20161117114805_remove_undeleted_groups.rb 492 Bytes