sadpandajoe commented on code in PR #40134: URL: https://github.com/apache/superset/pull/40134#discussion_r3245447428
########## superset/migrations/versions/2026-03-02_00-00_ce6bd21901ab_migrate_deckgl_and_mapbox.py: ########## @@ -44,7 +44,7 @@ # revision identifiers, used by Alembic. revision = "ce6bd21901ab" -down_revision = "a1b2c3d4e5f6" +down_revision = "41292324bf4e" Review Comment: Doesn't alembic work by figuring out what the current version is and either 1. if it is ahead do nothing on upgrades, can trace for down grades 2. if behind, it'll just upgrade the current version 3. if it is the exact, is where we might have a problem, but should be pretty easy to get around that. -- 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]
