mistercrunch opened a new pull request, #34433: URL: https://github.com/apache/superset/pull/34433
During database migrations, the theme seeding command attempts to query the themes table before it has been created, causing PostgreSQL to throw a "relation does not exist" error. This fix adds a check to ensure the themes table exists before attempting to seed system themes, preventing the migration failure while still allowing themes to be seeded after the table is created. Fixes #34403 🤖 Generated with [Claude Code](https://claude.ai/code) -- 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]
