Skip to content

Commit

Permalink
Generate a migration for ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
zachaysan committed Dec 16, 2024
1 parent 0e2dedd commit efe65d4
Showing 1 changed file with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Generated by Django 4.2.17 on 2024-12-16 16:49

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
("workflows_core", "0011_add_project_to_change_requests"),
]

operations = [
migrations.AlterModelOptions(
name="changerequest",
options={"ordering": ("id",)},
),
]

0 comments on commit efe65d4

Please sign in to comment.