mirror of https://gitlab.crans.org/bde/nk20
19 lines
416 B
Python
19 lines
416 B
Python
|
# Generated by Django 2.2.26 on 2022-09-04 21:25
|
||
|
|
||
|
from django.db import migrations, models
|
||
|
|
||
|
|
||
|
class Migration(migrations.Migration):
|
||
|
|
||
|
dependencies = [
|
||
|
('wei', '0003_bus_size'),
|
||
|
]
|
||
|
|
||
|
operations = [
|
||
|
migrations.AlterField(
|
||
|
model_name='weiclub',
|
||
|
name='year',
|
||
|
field=models.PositiveIntegerField(default=2022, unique=True, verbose_name='year'),
|
||
|
),
|
||
|
]
|