rusackas commented on issue #29836:
URL: https://github.com/apache/superset/issues/29836#issuecomment-3939898757

   I've opened a PR to fix this issue: #38157
   
   The fix follows the same "replay migration" pattern used in 
`b7851ee5522f_replay_317970b4400c.py` (commit 
aaa50c4b4aba30a95154dfb2cc46d6788b3a1ccc mentioned by @b-anantha above).
   
   The new migration:
   - Re-runs the `user_favorite_tag` table creation using the idempotent 
`create_table()` utility
   - Safe for all installations: skips if table exists, creates if missing
   - No downgrade action (to avoid dropping data if table was created by 
original migration)
   
   This should resolve the issue for any users who upgraded through 3.0.x and 
are missing the table.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to