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

17 lines
317 B
Python

# Generated by Django 5.1.7 on 2025-11-16 09:04
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('app', '0245_remove_collateral_note_ref_and_more'),
]
operations = [
migrations.DeleteModel(
name='Collateral_File',
),
]