Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The tests currently fail, due to migration m008_reply_to_id_foreign_key failing. I suspect this is related to a recent change in squlite-utils [0]. This PR avoids that by explictly dropping the foreign key before renaming the table, then adding the foreign key back. Fixes simonw#162 [0] simonw/sqlite-utils#577
- Loading branch information