fix: migration NotSupportedError for SQLite
This commit is contained in:
parent
2e4d1cb963
commit
7c98bd3099
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ def forward_migration(apps, schema_editor):
|
|||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
atomic = False
|
||||
|
||||
dependencies = [
|
||||
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue