Skip to content

Commit 0a731ce

Browse files
cursoragentarmenzg
andcommitted
Fix typo in migration hints table name
Changed 'explpre_exploresavedquery' to 'explore_exploresavedquery' to match the actual db_table name of ExploreSavedQuery model. This typo was causing the SiloRouter to fail with RuntimeError during migration execution. Co-authored-by: Armen Zambrano G. <armenzg@users.noreply.github.com>
1 parent 3929c59 commit 0a731ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sentry/migrations/1064_discover_to_explore_queries_self_hosted.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ class Migration(CheckedMigration):
9292
"sentry_discoversavedquery",
9393
"sentry_discoversavedqueryproject",
9494
"explore_exploresavedqueryproject",
95-
"explpre_exploresavedquery",
95+
"explore_exploresavedquery",
9696
]
9797
},
9898
)

0 commit comments

Comments
 (0)