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 75d053e commit 2a9b0f1Copy full SHA for 2a9b0f1
examples/base/main.go
@@ -58,7 +58,7 @@ func main() {
58
app.RootCmd.PersistentFlags().BoolVar(
59
&automigrate,
60
"automigrate",
61
- true,
+ false,
62
"enable/disable auto migrations",
63
)
64
0 commit comments