Files
api/app/migrations/0375_alter_internal_entry_ref.py
anhduy-tech 63e5d71ca2 changes
2026-02-10 10:14:23 +07:00

19 lines
440 B
Python

# 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),
),
]