Skip to content

Commit

Permalink
feat: delete database.
Browse files Browse the repository at this point in the history
  • Loading branch information
bugtower100 committed Jan 17, 2025
1 parent 13e3312 commit 7017d63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dice/model/database/sqlite_cgo.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ func SQLiteDBInit(path string, useWAL bool) (*gorm.DB, error) {
return nil, err
}
// Enable Cache Mode
// DELETE
open, err = cache.GetBuntCacheDB(open)
if err != nil {
return nil, err
Expand Down

0 comments on commit 7017d63

Please sign in to comment.