You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,8 @@ go get github.com/lawzava/go-pg-migrate/v2
22
22
23
23
Initialize the `migrate` with options payload where choices are:
24
24
25
+
-`DatabaseURI` database connection string. In a format of `postgres://user:password@host:port/database?sslmode=disable`.
26
+
25
27
-`VersionNumberToApply` uint value of a migration number up to which the migrations should be applied.
26
28
When the requested migration number is lower than currently applied migration number it will run backward migrations, otherwise it will run forward migrations.
0 commit comments