fix migration

This commit is contained in:
b1ek 2023-05-15 17:09:10 +10:00
parent 290e53b14f
commit 1702a2f0d8
Signed by: blek
GPG Key ID: 14546221E3595D0C
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@ class Migration(migrations.Migration):
] ]
operations = [ operations = [
migrations.DeleteModel('User'),
migrations.CreateModel( migrations.CreateModel(
name='User', name='User',
fields=[ fields=[