first commit
This commit is contained in:
18
authentication/migrations/0004_province_tel_prefix.py
Normal file
18
authentication/migrations/0004_province_tel_prefix.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 3.2.13 on 2025-08-09 09:18
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('authentication', '0003_auto_20250809_1248'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='province',
|
||||
name='tel_prefix',
|
||||
field=models.CharField(max_length=200, null=True),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user