backend routes
This commit is contained in:
18
backend/routes/migrations/0010_route_highlight_end_dt.py
Normal file
18
backend/routes/migrations/0010_route_highlight_end_dt.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 5.2.1 on 2025-05-29 09:24
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('routes', '0009_remove_route_highlight_end_dt_route_is_highlighted'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='route',
|
||||
name='highlight_end_DT',
|
||||
field=models.DateTimeField(blank=True, null=True, verbose_name='Выделено до'),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user