Initial commit from monorepo
This commit is contained in:
18
teams_app/migrations/0007_teamaddress_country_code.py
Normal file
18
teams_app/migrations/0007_teamaddress_country_code.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 5.2.8 on 2025-12-16 12:53
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('teams_app', '0006_add_address_status_and_selected_location'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='teamaddress',
|
||||
name='country_code',
|
||||
field=models.CharField(blank=True, max_length=2, null=True),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user