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

Add migration for changed ordering of events

parent 69f29fb5
No related branches found
No related tags found
No related merge requests found
# Generated by Django 2.2.6 on 2020-05-10 23:26
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('AKModel', '0030_AK_interest_counter'),
]
operations = [
migrations.AlterModelOptions(
name='event',
options={'ordering': ['-start'], 'verbose_name': 'Event', 'verbose_name_plural': 'Events'},
),
]
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