An open API service indexing awesome lists of open source software.

https://github.com/petr-korobeinikov/flyway-example

Flyway (https://flywaydb.org) usage example.
https://github.com/petr-korobeinikov/flyway-example

database ddl flyway migration

Last synced: about 1 year ago
JSON representation

Flyway (https://flywaydb.org) usage example.

Awesome Lists containing this project

README

          

# Flyway example based on Vagrant

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

$ vagrant up
$ vagrant ssh
$ cd /vagrant
$ flyway info
$ flyway migrate
$ flyway info