Closed mastacheata closed 4 years ago
Hmm, seems like I should rebase my branch again.
Thanks @mastacheata, LGTM. But could you please rebase your changes onto master?
Thanks @mastacheata, LGTM. But could you please rebase your changes onto master?
Just did that. It just seems our branches have diverged too much? I'll try something stupid and create a new clean branch from your matser and will only apply the 4 commits I did for this issue.
It looks like Github might have a problem picking up with what I did just now.
created a new branch from master cherry-picked the 4 commits in this new PR squashed them in pairs of 2 so my mistake-fix combos would appear as only one commit each
The result should be my branch being ahead of your master by 2 commits.
OK, I rebased my own master on your master and pushed everything, now it seems to have picked up my changes.
We seem to have forgotten changing the delete query to also use the provider_key. Right now it's looking for self.provider and won't find anything to delete, which in turn will cause an error with the UniqueConstraint for provider/provider_offset
fixes #16