sadpandajoe opened a new pull request, #40134:
URL: https://github.com/apache/superset/pull/40134
## Summary
The migration added in #38361 (`add_granular_export_permissions`) used a
placeholder Alembic revision ID (`a1b2c3d4e5f6`) instead of a properly
generated one. This replaces it with a real random hex ID (`41292324bf4e`) and
updates the downstream migration's `down_revision` to match.
**Changes:**
- Renamed migration file to use real revision ID
- Updated `revision` inside the migration file
- Updated `down_revision` in the downstream `ce6bd21901ab` migration
(deck.gl/mapbox, #38035)
**Migration chain (after fix):**
```
4b2a8c9d3e1f (create_tasks_table)
→ 41292324bf4e (add_granular_export_permissions) ← was a1b2c3d4e5f6
→ ce6bd21901ab (migrate_deckgl_and_mapbox)
→ 33d7e0e21daa (add_semantic_layers_and_views)
```
**Note for deployments already past this migration:** The `alembic_version`
table only stores the current head, so databases that have already run all
migrations will not be affected. Any database stopped exactly at the old
revision would need `alembic stamp 41292324bf4e`.
--
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]