We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
-all
drop
down
1 parent 7dc03e3 commit aa2dad4Copy full SHA for aa2dad4
internal/cli/main.go
@@ -26,10 +26,10 @@ const (
26
`
27
gotoUsage = `goto V Migrate to version V`
28
upUsage = `up [N] Apply all or N up migrations`
29
- downUsage = `down [N] Apply all or N down migrations`
30
- dropUsage = `drop [-f] [-all] Drop everything inside database
31
- Use -f to bypass confirmation
+ downUsage = `down [N] [-all] Apply all or N down migrations
32
Use -all to apply all down migrations`
+ dropUsage = `drop [-f] Drop everything inside database
+ Use -f to bypass confirmation`
33
forceUsage = `force V Set version V but don't run migration (ignores dirty state)`
34
)
35
0 commit comments