changes
This commit is contained in:
18
app/migrations/0375_alter_internal_entry_ref.py
Normal file
18
app/migrations/0375_alter_internal_entry_ref.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 5.1.7 on 2026-02-09 10:40
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('app', '0374_payment_schedule_link_payment_schedule_ref_code'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='internal_entry',
|
||||
name='ref',
|
||||
field=models.CharField(max_length=30, null=True, unique=True),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user