Skip to content
Snippets Groups Projects
Commit 683654fc authored by Matthias Prellwitz's avatar Matthias Prellwitz
Browse files

migration file for c2f715ab ref #178

meta ordering of broadcast series rule model
parent c2f715ab
Branches
Tags
No related merge requests found
Pipeline #2553 passed
# Generated by Django 2.2.14 on 2020-08-05 14:39
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('program', '0061_auto_20200805_1414'),
]
operations = [
migrations.AlterModelOptions(
name='broadcastseriesrule',
options={'ordering': ['broadcastseries', 'start_time', 'rule_start_date'], 'verbose_name': 'Sendereihe Regel'},
),
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment