This commit is contained in:
anhduy-tech
2026-02-24 11:09:09 +07:00
parent f94611f973
commit 39aea8784e
11 changed files with 93 additions and 9 deletions

View File

@@ -0,0 +1,19 @@
# Generated by Django 5.1.7 on 2026-02-11 03:25
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('app', '0376_remove_payment_schedule_link_and_more'),
]
operations = [
migrations.AlterField(
model_name='invoice',
name='ref_code',
field=models.CharField(default=10, max_length=30),
preserve_default=False,
),
]