run rename migration as non atomic to support old sqlite versions

This commit is contained in:
vabene1111
2020-06-29 18:04:56 +02:00
parent 8cff44df7d
commit f7b518d890

View File

@@ -5,6 +5,7 @@ import uuid
class Migration(migrations.Migration):
atomic = False
dependencies = [
('cookbook', '0055_auto_20200616_1236'),