Transition of the database schema in the elevator

What are the commonly used DB schema migration tools or libraries in an elevator?

Is there something like south in django or rails. Or is this approach considered obsolete in the Elevator, have people moved on to new approaches?

+5
source share
1 answer

In our transition application, we control the migration of the circuit from outside DbDeploy .

+2
source

All Articles