robinhood / thorn

Easy Webhooks for Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove unique_together (url, event) constraint

jonashaag opened this issue · comments

We'd like to have more than one subscription to the same event/URL combination.

I tried to remove the constraint in #24 and it seems to pass the test suite. So it's not actually assumed anywhere in the code.