mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2025-12-23 18:29:23 -05:00
run rename migration as non atomic to support old sqlite versions
This commit is contained in:
@@ -5,6 +5,7 @@ import uuid
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
atomic = False
|
||||
|
||||
dependencies = [
|
||||
('cookbook', '0055_auto_20200616_1236'),
|
||||
|
||||
Reference in New Issue
Block a user