Fixed migrations
This commit is contained in:
parent
b05c3e6760
commit
bb4a8c5db1
5 changed files with 69 additions and 0 deletions
16
nummi/account/migrations/0002_alter_account_table.py
Normal file
16
nummi/account/migrations/0002_alter_account_table.py
Normal file
|
@ -0,0 +1,16 @@
|
|||
# Generated by Django 4.1.4 on 2023-04-22 09:28
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
("account", "0001_initial"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterModelTable(
|
||||
name="account",
|
||||
table=None,
|
||||
),
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue