changes
This commit is contained in:
19
app/migrations/0377_alter_invoice_ref_code.py
Normal file
19
app/migrations/0377_alter_invoice_ref_code.py
Normal 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,
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user