Initial commit (Clean history)
This commit is contained in:
17
app/migrations/0118_remove_loan_contract.py
Normal file
17
app/migrations/0118_remove_loan_contract.py
Normal file
@@ -0,0 +1,17 @@
|
||||
# Generated by Django 5.1.7 on 2025-06-07 00:53
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('app', '0117_document_type_delete_feature_delete_help_and_more'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RemoveField(
|
||||
model_name='loan',
|
||||
name='contract',
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user