changes
This commit is contained in:
18
app/migrations/0366_payment_schedule_batch_date.py
Normal file
18
app/migrations/0366_payment_schedule_batch_date.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 5.1.7 on 2026-01-26 03:50
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('app', '0365_payment_schedule_penalty_paid_and_more'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='payment_schedule',
|
||||
name='batch_date',
|
||||
field=models.DateField(null=True),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user