Carbonate migrations [carbonate] module
This module is for the Play 1.x series only.
Module for creating and running database migrations for Play application. Uses Hibernate schema update to automatically generate SQL to the migrations.
For usage examples see this blog post
https://github.com/huljas/play-carbonate
Written by Heikki Uljas.
Published releases
0.9.2 | Nov 29 2011 | Documentation | Try Play |
0.9.1 | Oct 19 2011 | Documentation | Try Play |
0.9 | Jun 19 2011 | Documentation | Try Play |
0.8 | Apr 06 2011 | Documentation | Try Play |
To install locally this module use the install
command:
play install carbonate-{version}
To add this module as dependency of your application, add it to the dependencies.yml file:
require:
- play -> carbonate {version}