19 lines
572 B
Python
19 lines
572 B
Python
# Generated by Django 4.2.2 on 2024-08-13 13:28
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('SubscribesApp', '0006_rename_allow_route_select_count_subscribeoption_allow_route_highlight_count'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name='subscribeoption',
|
|
name='route_highlight_hours',
|
|
field=models.IntegerField(default=24, verbose_name='Количество часов выделения цветом объявлений'),
|
|
),
|
|
]
|