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