Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: Ellrion/migrate

Tags

v3.2.0

Toggle v3.2.0's commit message
Merge branch 'postgres-lock-fix'

Addresses: golang-migrate#4

v3.1.0

Toggle v3.1.0's commit message
Fix cli builds

    - Removed sqlite3 support from binaries
        - It was never working anyways: mattes/migrate#244
    - Don't use cgo as is requires a cross-compiler to build for other platforms
        - cgo was originally added for this reason: mattes/migrate#238 (comment)

v3.0.1

Toggle v3.0.1's commit message
Merge pull request golang-migrate#231 from mattes/cli-updates

build cli with all source and database drivers

v1.3.2

Toggle v1.3.2's commit message
Merge pull request golang-migrate#216 from thingful/v1.3.1-neo4j-https

Register neo4j driver using a pseudo `neo4js` protocol scheme.

v3.0.0

Toggle v3.0.0's commit message

Unverified

This user has not yet uploaded their public signing key.
update readme

v1.3.1

Toggle v1.3.1's commit message
Update version.go

v3.0.0-rc2

Toggle v3.0.0-rc2's commit message

Unverified

This user has not yet uploaded their public signing key.
remove cleanpath, fix mysql ensureVersionTable

v3.0.0-rc1

Toggle v3.0.0-rc1's commit message

Unverified

This user has not yet uploaded their public signing key.
add example dockerfile

v3.0.0-rc0

Toggle v3.0.0-rc0's commit message

Unverified

This user has not yet uploaded their public signing key.
allow to force NilVersion

v3.0.0-prev2

Toggle v3.0.0-prev2's commit message

Unverified

This user has not yet uploaded their public signing key.
add NewWithDatabaseInstance example