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.
- Host: GitHub
- URL: https://github.com/petr-korobeinikov/flyway-example
- Owner: petr-korobeinikov
- Created: 2016-03-08T16:16:16.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-09T11:35:23.000Z (about 10 years ago)
- Last Synced: 2025-02-16T21:46:59.021Z (over 1 year ago)
- Topics: database, ddl, flyway, migration
- Language: PLpgSQL
- Homepage:
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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