Skip to content
This repository was archived by the owner on Jan 29, 2025. It is now read-only.

Commit 2f04c02

Browse files
committed
Migrations missing related to ordering
Fixes #1588
1 parent 23f23be commit 2f04c02

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Generated by Django 2.0.9 on 2018-10-18 20:49
2+
3+
from django.db import migrations
4+
5+
6+
class Migration(migrations.Migration):
7+
8+
dependencies = [("recipes", "0012_reciperevision_bug_number")]
9+
10+
operations = [
11+
migrations.AlterModelOptions(name="action", options={"ordering": ("id",)}),
12+
migrations.AlterModelOptions(name="approvalrequest", options={"ordering": ("id",)}),
13+
]

0 commit comments

Comments
 (0)