Skip to content

Commit

Permalink
Merge pull request #316 from nautobot/grafana-0005-reversable
Browse files Browse the repository at this point in the history
Add reversible migration
  • Loading branch information
smk4664 authored Jun 14, 2024
2 parents f239265 + 2b84d28 commit a9b80af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changes/306.fixed
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add reversible migration for Grafana.
2 changes: 1 addition & 1 deletion nautobot_chatops/migrations/0005_grafana.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,5 +162,5 @@ class Migration(migrations.Migration):
nautobot.extras.models.mixins.NotesMixin,
),
),
migrations.RunPython(_move_data),
migrations.RunPython(_move_data, migrations.RunPython.noop),
]

0 comments on commit a9b80af

Please sign in to comment.