diff --git a/cmd/start.go b/cmd/start.go index aae82d4..9c3339a 100644 --- a/cmd/start.go +++ b/cmd/start.go @@ -182,7 +182,7 @@ func StartCmd() *cobra.Command { sqlite.Open(databasePath), &gorm.Config{ Logger: logger.Discard, - PrepareStmt: true, + PrepareStmt: false, }, ) if err != nil {