django-cms / djangocms-versioning

General purpose versioning package for Django CMS 4 and above.
Other
33 stars 29 forks source link

Migration 009 fails on mysql #286

Closed fsbraun closed 1 year ago

fsbraun commented 2 years ago

I just tried to install a minimal django-cms v4 project inlcuding versioning on a mysql database.

Migration 009 of djangocms-versioning fails with an error: django.db.transaction.TransactionManagementError: Executing DDL statements while in a transaction on databases that can't perform a rollback is prohibited.

The same initial migration succedes on postgres.