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.
2 parents 67c71f9 + da72428 commit d5eb594Copy full SHA for d5eb594
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