1.7.14 route phone is not exists
This commit is contained in:
18
RoutesApp/migrations/0009_alter_route_phone.py
Normal file
18
RoutesApp/migrations/0009_alter_route_phone.py
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
# Generated by Django 4.2.2 on 2024-11-12 10:51
|
||||||
|
|
||||||
|
from django.db import migrations, models
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
('RoutesApp', '0008_route_highlight_end_dt'),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = [
|
||||||
|
migrations.AlterField(
|
||||||
|
model_name='route',
|
||||||
|
name='phone',
|
||||||
|
field=models.CharField(blank=True, null=True, verbose_name='Укажите номер для связи'),
|
||||||
|
),
|
||||||
|
]
|
||||||
Reference in New Issue
Block a user