17 lines
324 B
Python
17 lines
324 B
Python
# Generated by Django 5.1.7 on 2025-11-16 09:51
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('app', '0258_remove_collateral_type_category_and_more'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.DeleteModel(
|
|
name='Collateral_Status',
|
|
),
|
|
]
|