summaryrefslogtreecommitdiff
path: root/db/migrate/20161117114805_remove_undeleted_groups.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add a migration to remove soft-deleted groups.Timothy Andrew2016-11-181-0/+16
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.