Initial commit (Clean history)
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
# Generated by Django 5.1.7 on 2025-09-06 10:39
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('app', '0229_accountctv_rights'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='loan',
|
||||
name='beneficiary_account',
|
||||
field=models.CharField(max_length=30, null=True),
|
||||
),
|
||||
migrations.AddField(
|
||||
model_name='loan',
|
||||
name='beneficiary_bank',
|
||||
field=models.CharField(max_length=200, null=True),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user