bornhack-website/src/economy/migrations/0015_auto_20200813_2345.py

18 lines
353 B
Python
Raw Normal View History

2020-08-13 21:46:21 +00:00
# Generated by Django 3.1 on 2020-08-13 21:45
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
("economy", "0014_posreport_comments"),
]
operations = [
migrations.AlterModelOptions(
name="posreport",
options={"ordering": ["date", "pos"]},
2020-08-13 21:46:21 +00:00
),
]