Skip to content

Commit

Permalink
🎨 upgrade badge version
Browse files Browse the repository at this point in the history
  • Loading branch information
lawzava committed Nov 30, 2021
1 parent 9da7291 commit cf1bab8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ go get github.com/lawzava/go-pg-migrate/v2

Initialize the `migrate` with options payload where choices are:

- `DatabaseURI` database connection string. In a format of `postgres://user:password@host:port/database?sslmode=disable`.

- `VersionNumberToApply` uint value of a migration number up to which the migrations should be applied.
When the requested migration number is lower than currently applied migration number it will run backward migrations, otherwise it will run forward migrations.

Expand Down

0 comments on commit cf1bab8

Please sign in to comment.