DrawSuites need a uniqueness constraint
Right now we can have multiple draw_suites with the same draw and suite. Let's fix that.
- Update forms that create draw suites to make sure they don't create non-unique data
- Write a migration that removes the duplicates and adds a uniqueness constraint