Skip to content
Snippets Groups Projects
Commit 0f93fa7f authored by Benjamin Hättasch's avatar Benjamin Hättasch
Browse files

Add missing migration for akslot field update

Verbose name of AKSlot.fixed was updated in a previous commit, this migration reflects this change
parent a9592824
Branches placed_paid
No related tags found
1 merge request!86Do not track changes of AK interest counter
# Generated by Django 3.1.5 on 2021-01-29 15:43
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('AKModel', '0042_akslot_fixed'),
]
operations = [
migrations.AlterField(
model_name='akslot',
name='fixed',
field=models.BooleanField(default=False, help_text='Length and time of this AK should not be changed', verbose_name='Scheduling fixed'),
),
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment