Inspired by the Perl DBIx-VersionedDDL database upgrade / downgrade utility.
dbPlayback aims to be a flexible and portable schema versioning tool.
- Java 1.6 (or above)
- Maven
Please do! Go on, don't be shy.
- Create an Issue that clearly describes:
- the problem you are trying to solve
- an outline of your proposed solution
- Wait a little while for any feedback
- Fork dbPlayback into your very own GitHub repository
- Create a topic branch with a name corresponding to the issue number
from step 1 e.g #XXX:
$ git clone [email protected]/wave2/dbplayback.git my-dbplayback-repo$ cd my-dbplayback-repo$ git checkout -b dbplayback-XXX
- Commit your changes and include the issue number in your
commit message:
$ git commit -am "[#XXX] Added something cool"
- Push your changes to the branch:
$ git push origin dbplayback-XXX
- Send a Pull Request including the issue number in the subject
Copyright © 2010-2011 Wave2 Limited. All rights reserved. Licensed under BSD License.