Please add safeguards for drops on tables and indexes #1738
LearningRoutesIT
started this conversation in
Ideas
Replies: 1 comment
-
|
Hi, I think it's out of scope of alembic / sqlalchemy to provide such safeguards. Overall the only safeguard is to verify that the upgrade script does what you expect and to have test env were you can test your changes on. backup also help |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I think drops should be part of optional strategy which should be opt able for Devs and by default it should avoid it. This is a big setback for production databases acquiring transactional data in real time.
Beta Was this translation helpful? Give feedback.
All reactions