We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04b36eb commit da72428Copy full SHA for da72428
README.md
@@ -145,7 +145,7 @@ func main() {
145
m, err := migrate.NewWithDatabaseInstance(
146
"file:///migrations",
147
"postgres", driver)
148
- m.Up() // or m.Step(2) if you want to explicitly set the number of migrations to run
+ m.Up() // or m.Steps(2) if you want to explicitly set the number of migrations to run
149
}
150
```
151
0 commit comments