Skip to content

Commit 2a9b0f1

Browse files
committed
automigrate disable due to file creation
1 parent 75d053e commit 2a9b0f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/base/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ func main() {
5858
app.RootCmd.PersistentFlags().BoolVar(
5959
&automigrate,
6060
"automigrate",
61-
true,
61+
false,
6262
"enable/disable auto migrations",
6363
)
6464

0 commit comments

Comments
 (0)