Initial commit (Clean history)
This commit is contained in:
16
app/migrations/0120_delete_credit_limit.py
Normal file
16
app/migrations/0120_delete_credit_limit.py
Normal file
@@ -0,0 +1,16 @@
|
||||
# Generated by Django 5.1.7 on 2025-06-07 00:55
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('app', '0119_delete_loan_contract'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.DeleteModel(
|
||||
name='Credit_Limit',
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user