Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

New core "combine" command that will take a range of migrations and produce a single script that can be run separately (for DBAs) #27

Open
kieranbenton opened this issue Jan 6, 2012 · 1 comment

Comments

@kieranbenton
Copy link
Contributor

This is important in large scale enterprise deployments. Although development teams can and should develop solely using migrations and making their own choices over whether to have local or shared development databases, it is vital that at the end of a sprint or as part of a release, a single packaged "upgrade" script can be provided to a DBA group to apply to staging and production systems.

It may be that eventually there is no requirement for this within a company, but certainly whilst migrating to more agile methods (including automatically run migrations) it is important to be able to build confidence with and interoperate with existing DBA requirements.

@kieranbenton
Copy link
Contributor Author

Additionally, I believe this is import enough to be part of the "core" commands and not part of the contrib project.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant