17 lines
337 B
Python
17 lines
337 B
Python
# 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',
|
|
),
|
|
]
|