Skip to content
Snippets Groups Projects
Verified Commit 5c55b55d authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Add migration.

parent 19170706
No related branches found
No related tags found
No related merge requests found
# Generated by Django 2.2.5 on 2019-09-14 16:17
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('chronos', '0003_substitution_cancelled_or_subject'),
]
operations = [
migrations.AlterUniqueTogether(
name='room',
unique_together={('school', 'short_name')},
),
]
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