Tags: wregis/migrate
Tags
Merge pull request golang-migrate#356 from jace-ys/master Move migrate binary to /usr/local/bin in Dockerfile
Merge pull request golang-migrate#343 from martinlindhe/win386 build-cli: Also build GOOS=windows GOARCH=386, fixes golang-migrate#339
Merge pull request golang-migrate#305 from bxcodec/fixClickHouse hotfix(dependency): resolve clickhouse dependency breaking changes
Improve error message in case no migration is found (golang-migrate#158) * Improve error message in case no migration is found * Return similar error * Just log the error * Fix error message
Properly filter out custom query params in MySQL DB driver Addresses: golang-migrate#272
Let database.Open() use schemeFromURL as well (golang-migrate#271) * Let database.Open() use schemeFromURL as well Otherwise it will fail on MySQL DSNs. Moved schemeFromURL into the database package. Also removed databaseSchemeFromURL and sourceSchemeFromURL as they were just calling schemeFromURL. Fixes golang-migrate#265 (comment) * Moved url functions into internal/url Also merged the test cases. * Add some database tests to improve coverage * Fix suggestions
Update migration docs Correct and clarify information around empty migrations Addresses: golang-migrate#244
PreviousNext