Files
api/app/migrations/0202_delete_account_entry.py
2025-12-30 11:27:14 +07:00

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',
),
]