Skip to content

Commit

Permalink
fix migration, re #6
Browse files Browse the repository at this point in the history
  • Loading branch information
apeters committed Nov 27, 2024
1 parent 3aca3d5 commit 71f2ce9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions afrc/migrations/0002_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
class Migration(migrations.Migration):

dependencies = [
("models", "11499_add_editlog_resourceinstance_idx"),
("afrc", "0001_initial"),
]

forward_sql = """
Expand All @@ -26,5 +26,5 @@ class Migration(migrations.Migration):
"""

operations = [
migrations.RunPython(forward_sql, reverse_sql),
migrations.RunSQL(forward_sql, reverse_sql),
]

0 comments on commit 71f2ce9

Please sign in to comment.