robinhood / thorn

Easy Webhooks for Python
Other
526 stars 57 forks source link

Remove unique_together (url, event) constraint #25

Open jonashaag opened 7 years ago

jonashaag commented 7 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.