ShaneCarr / liquibase-example

Liquibase (http://www.liquibase.org) usage example.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Liquibase example based on Vagrant

This repo contains ansible-provisioned vagrant box with liquibase and example changelog, so:

$ vagrant up
$ vagrant ssh
$ cd /vagrant
$ ./bin/liquibase-migrate  # migrates up
$ ./bin/liquibase-rollback # rollbacks

About

Liquibase (http://www.liquibase.org) usage example.


Languages

Language:Shell 100.0%