changes
This commit is contained in:
17
app/migrations/0348_remove_payment_schedule_entry.py
Normal file
17
app/migrations/0348_remove_payment_schedule_entry.py
Normal file
@@ -0,0 +1,17 @@
|
||||
# Generated by Django 5.1.7 on 2026-01-06 02:47
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('app', '0347_merge_20260105_1342'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RemoveField(
|
||||
model_name='payment_schedule',
|
||||
name='entry',
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user