Skip to content

Commit

Permalink
fix migration, re #6
Browse files Browse the repository at this point in the history
  • Loading branch information
apeters authored and chiatt committed Nov 28, 2024
1 parent 9db9fc0 commit 59d828f
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 59d828f

Please sign in to comment.