Changeset - 951248761e43
default
0
2
0
[WIP] db: ensure consistent key/index/constraint naming
This simplifies future Alembic upgrades/downgrades.
https://alembic.readthedocs.io/en/latest/naming.html
(This has not been tested!)
TBD: How to handle databases created before this.
This simplifies future Alembic upgrades/downgrades.
https://alembic.readthedocs.io/en/latest/naming.html
(This has not been tested!)
TBD: How to handle databases created before this.
2 files changed with 9 insertions and 1 deletions:
5 comments (3 inline, 2 general)
First comment
5 comments (3 inline, 2 general)
First comment
Søren Løvborg (kwi)
9 years ago
comment
on pull request
"Move to Alembic for database migrations (v2)"
¶
Status change: Under review
I guess this doesn't "ensure consistent" - it is only about "create consistent across all databases".
And yeah, the "ensure" step is hard ... but important.
And yeah, the "ensure" step is hard ... but important.