Commit 0a731ce
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- src/sentry/migrations
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| |||
0 commit comments