Features: 1) Add new migration file for geo app to track database changes;

Fixes: ;

Extra: 1) Generated migration skeleton for district field addition;
This commit is contained in:
Egor Pavlovich Gorbunov 2025-05-19 17:05:11 +03:00
parent b685c2a2b8
commit b808c6684a

View file

@ -0,0 +1,12 @@
# Generated by Django 5.2 on 2025-05-19 14:02
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('geo', '0002_alter_address_api_response_alter_address_location_and_more'),
]
operations = [
]