Initial commit (Clean history)
This commit is contained in:
18
app/migrations/0200_internal_entry_ref.py
Normal file
18
app/migrations/0200_internal_entry_ref.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 5.1.7 on 2025-07-26 05:04
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('app', '0199_rename_vehicle_numner_collateral_vehicle_number'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='internal_entry',
|
||||
name='ref',
|
||||
field=models.CharField(max_length=30, null=True),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user