robinhood / thorn

Easy Webhooks for Python
Other
525 stars 60 forks source link

Remove unique_together (url, event) constraint #25

Open jonashaag opened 6 years ago

jonashaag commented 6 years ago

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.