mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-10 21:17:31 +02:00
🐛 Remove unique constraints for invitees on scheduled events (#1724)
This commit is contained in:
parent
679d6fb034
commit
1ae242e57a
2 changed files with 5 additions and 2 deletions
|
@ -0,0 +1,5 @@
|
|||
-- DropIndex
|
||||
DROP INDEX "scheduled_event_invites_scheduled_event_id_invitee_email_key";
|
||||
|
||||
-- DropIndex
|
||||
DROP INDEX "scheduled_event_invites_scheduled_event_id_invitee_id_key";
|
Loading…
Add table
Add a link
Reference in a new issue