1
0
Fork 0
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:
AnastasiaShemyakinskaya 2025-03-04 17:48:40 +03:00
commit ef639ea55a
No known key found for this signature in database
GPG key ID: CCD60ED83B103281
48 changed files with 2855 additions and 1696 deletions

View file

@ -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