Initial commit (Clean history)
This commit is contained in:
16
app/migrations/0203_delete_account.py
Normal file
16
app/migrations/0203_delete_account.py
Normal file
@@ -0,0 +1,16 @@
|
||||
# Generated by Django 5.1.7 on 2025-07-27 02:45
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('app', '0202_delete_account_entry'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.DeleteModel(
|
||||
name='Account',
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user