mirror of
https://github.com/anyproto/anytype-heart.git
synced 2025-06-09 09:35:00 +09:00
GO-5105 Merge branch 'main' of github.com:anyproto/anytype-heart into go-5105-check-and-fix-problem-with-new-store
This commit is contained in:
commit
ef639ea55a
48 changed files with 2855 additions and 1696 deletions
|
@ -306,7 +306,7 @@ func getTableSizes(mw *core.Middleware) (tables map[string]uint64) {
|
|||
tables = make(map[string]uint64)
|
||||
cfg := mw.GetApp().MustComponent(config.CName).(*config.Config)
|
||||
|
||||
db, err := sql.Open("sqlite3", cfg.GetSqliteStorePath())
|
||||
db, err := sql.Open("sqlite3", cfg.GetNewSpaceStorePath())
|
||||
if err != nil {
|
||||
fmt.Println("Error opening database:", err)
|
||||
return
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue