mirror of
https://github.com/TECHNOFAB11/dbmate.git
synced 2026-02-02 09:25:07 +01:00
v1.3.0
This commit is contained in:
parent
df119a76f3
commit
e03dec8a04
2 changed files with 4 additions and 4 deletions
|
|
@ -39,7 +39,7 @@ $ brew install dbmate
|
|||
Download the binary directly:
|
||||
|
||||
```sh
|
||||
$ sudo curl -fsSL -o /usr/local/bin/dbmate https://github.com/amacneil/dbmate/releases/download/v1.2.1/dbmate-linux-amd64
|
||||
$ sudo curl -fsSL -o /usr/local/bin/dbmate https://github.com/amacneil/dbmate/releases/download/v1.3.0/dbmate-linux-amd64
|
||||
$ sudo chmod +x /usr/local/bin/dbmate
|
||||
```
|
||||
|
||||
|
|
@ -57,7 +57,7 @@ To use dbmate on Heroku, the easiest method is to store the linux binary in your
|
|||
|
||||
```sh
|
||||
$ mkdir -p bin
|
||||
$ curl -fsSL -o bin/dbmate-heroku https://github.com/amacneil/dbmate/releases/download/v1.2.1/dbmate-linux-amd64
|
||||
$ curl -fsSL -o bin/dbmate-heroku https://github.com/amacneil/dbmate/releases/download/v1.3.0/dbmate-linux-amd64
|
||||
$ chmod +x bin/dbmate-heroku
|
||||
$ git add bin/dbmate-heroku
|
||||
$ git commit -m "Add dbmate binary"
|
||||
|
|
@ -75,7 +75,7 @@ $ heroku run bin/dbmate-heroku up
|
|||
Dbmate can be installed directly using `go get`:
|
||||
|
||||
```sh
|
||||
$ go get -u github.com/amacneil/dbmate
|
||||
$ go get -u github.com/amacneil/dbmate/cmd/dbmate
|
||||
```
|
||||
|
||||
## Commands
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
package dbmate
|
||||
|
||||
// Version of dbmate
|
||||
const Version = "1.2.1"
|
||||
const Version = "1.3.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue