Skip to content

Commit 8a30842

Browse files
committed
update migrations
1 parent 1425da6 commit 8a30842

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/sentry/migrations/0912_split_discover_dataset_dashboards_self_hosted.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ class Migration(CheckedMigration):
7171
is_post_deployment = True
7272

7373
dependencies = [
74-
("sentry", "0904_onboarding_task_project_id_idx"),
74+
("sentry", "0911_increase_email_model_email_field_length"),
7575
]
7676

7777
operations = [

tests/sentry/migrations/test_0912_split_discover_dataset_dashboards_self_hosted.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99

1010

1111
class SplitDiscoverDatasetDashboardsSelfHostedTest(TestMigrations, SnubaTestCase):
12-
migrate_from = "0904_onboarding_task_project_id_idx"
13-
migrate_to = "0905_split_discover_dataset_dashboards_self_hosted"
12+
migrate_from = "0911_increase_email_model_email_field_length"
13+
migrate_to = "0912_split_discover_dataset_dashboards_self_hosted"
1414

1515
def setup_before_migration(self, apps):
1616
User = apps.get_model("sentry", "User")

0 commit comments

Comments
 (0)