Skip to content

Commit

Permalink
fix migration reference
Browse files Browse the repository at this point in the history
  • Loading branch information
rjo100 committed Jul 7, 2023
1 parent 509fe02 commit ed6df49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/sentry/migrations/0507_slugify_invalid_monitors.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class Migration(CheckedMigration):
is_dangerous = False

dependencies = [
("sentry", "0506_slugify_invalid_monitors"),
("sentry", "0506_null_boolean_fields"),
]

operations = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@


class MigrateSlugifyInvalidMonitorTest(TestMigrations):
migrate_from = "0506_slugify_invalid_monitors"
migrate_from = "0506_null_boolean_fields"
migrate_to = "0507_slugify_invalid_monitors"

def setup_before_migration(self, apps):
Expand Down

0 comments on commit ed6df49

Please sign in to comment.