Skip to content

Commit

Permalink
Added migration for lookup page
Browse files Browse the repository at this point in the history
  • Loading branch information
dlareau committed May 8, 2020
1 parent 7db4615 commit 2be3e93
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions huntserver/migrations/0058_auto_20200507_2138.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Generated by Django 2.2.11 on 2020-05-08 01:38

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('huntserver', '0057_auto_20200424_1159'),
]

operations = [
migrations.AlterModelOptions(
name='puzzle',
options={'ordering': ['-hunt', 'puzzle_number']},
),
]

0 comments on commit 2be3e93

Please sign in to comment.