]> git.ipfire.org Git - thirdparty/patchwork.git/commit
migrations: Mark '0016_series_project' as non-atomic
authorStephen Finucane <stephen@that.guru>
Tue, 13 Jun 2017 09:12:36 +0000 (10:12 +0100)
committerStephen Finucane <stephen@that.guru>
Wed, 14 Jun 2017 08:34:26 +0000 (09:34 +0100)
commitb6f29be0299cd9ace85ca3cd5c512478c02e4a33
tree26a3688184f964a80429ebd733ce537f00c23876
parent92a2a0a105471108fc22d7a21376692964e91edd
migrations: Mark '0016_series_project' as non-atomic

This should resolve migration issues arising from PostgreSQL's inability
to mix data and schema migrations in a single transaction.

Signed-off-by: Stephen Finucane <stephen@that.guru>
Acked-by: Aaron Conole <aconole@bytheb.org>
Closes-bug: #104
patchwork/migrations/0016_series_project.py