https://github.com/gsamokovarov/patka
Patka is a fork of goose that applies unapplied migrations, even if they happen to be in the past.
https://github.com/gsamokovarov/patka
go migrations sql
Last synced: 20 days ago
JSON representation
Patka is a fork of goose that applies unapplied migrations, even if they happen to be in the past.
- Host: GitHub
- URL: https://github.com/gsamokovarov/patka
- Owner: gsamokovarov
- License: mit
- Created: 2017-04-10T13:44:14.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-10T13:58:49.000Z (about 8 years ago)
- Last Synced: 2025-02-10T18:13:28.496Z (2 months ago)
- Topics: go, migrations, sql
- Language: Go
- Homepage:
- Size: 124 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: MIT-License.md
Awesome Lists containing this project
README
**Patka** is a fork of [goose] that applies unapplied migrations, even if they
happen to be in the past._(Note that the executable and even the magic comments are renamed to patka.)_
**Install**
`$ go get github.com/gsamokovarov/patka/cmd/patka`
[goose]: https://bitbucket.org/liamstask/goose