Skip to content
Snippets Groups Projects
Verified Commit 11ec241c authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Add migration for current_change

parent f4ddbf4d
No related branches found
No related tags found
1 merge request!394Show events with current changes in substitutions table
Pipeline #194003 failed
# Generated by Django 5.1.3 on 2024-11-30 10:41
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('chronos', '0020_add_global_permissions'),
]
operations = [
migrations.AddField(
model_name='lessonevent',
name='current_change',
field=models.BooleanField(default=False, verbose_name='Is this a current change?'),
),
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment