From f7b518d8900cbc201a3730f5641a9d2cd8aad444 Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Mon, 29 Jun 2020 18:04:56 +0200 Subject: [PATCH] run rename migration as non atomic to support old sqlite versions --- cookbook/migrations/0056_auto_20200625_2118.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cookbook/migrations/0056_auto_20200625_2118.py b/cookbook/migrations/0056_auto_20200625_2118.py index b46158808..589141e01 100644 --- a/cookbook/migrations/0056_auto_20200625_2118.py +++ b/cookbook/migrations/0056_auto_20200625_2118.py @@ -5,6 +5,7 @@ import uuid class Migration(migrations.Migration): + atomic = False dependencies = [ ('cookbook', '0055_auto_20200616_1236'),