Database migration [migrate] module
This module is for the Play 1.x series only.
This module allows you to easily maintain database versions for your project.
http://github.com/dcardon/play-migrate
Written by David Cardon.
Published releases
1.4 | Feb 02 2011 | Documentation | Try Play |
1.3.2 | Sep 02 2010 | Documentation | Try Play |
1.3.1 | Aug 10 2010 | Documentation | Try Play |
1.3 | Jul 20 2010 | Documentation | Try Play |
1.2 | Jun 22 2010 | Documentation | Try Play |
1.1 | Apr 16 2010 | Documentation | Try Play |
1.0 | Feb 28 2010 | Documentation | Try Play |
To install locally this module use the install
command:
play install migrate-{version}
To add this module as dependency of your application, add it to the dependencies.yml file:
require:
- play -> migrate {version}