Problem
In the past we have patched the sequel/paranoia plugin to allow for unique constraints. Our patch is in this file over here.
Looking at the plugin today, it seems like they have solved the unique constraints issue themselves.
Solution
Refactor our code to get rid of the monkey patch and use paranoia as is again. This should not be worked on until the bundle update pull request is done in #307.