Skip to content

Commit cf1bab8

Browse files
committed
🎨 upgrade badge version
1 parent 9da7291 commit cf1bab8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ go get github.com/lawzava/go-pg-migrate/v2
2222

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

25+
- `DatabaseURI` database connection string. In a format of `postgres://user:password@host:port/database?sslmode=disable`.
26+
2527
- `VersionNumberToApply` uint value of a migration number up to which the migrations should be applied.
2628
When the requested migration number is lower than currently applied migration number it will run backward migrations, otherwise it will run forward migrations.
2729

0 commit comments

Comments
 (0)