You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
504 B
20 lines
504 B
# Generated by Django 5.0.4 on 2024-04-15 15:28
|
|
|
|
import django.db.models.deletion
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('main', '0022_alter_service_type_1_alter_service_type_2_and_more'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name='week',
|
|
name='info_field',
|
|
field=models.CharField(default=django.db.models.deletion.SET_NULL, max_length=100, null=True),
|
|
),
|
|
]
|