chore: add intermediate changes

This commit is contained in:
2026-04-21 23:46:20 +02:00
parent e1f5308dd3
commit bf04e97850
5 changed files with 16 additions and 10 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ import (
//var watchdogStop = make(chan struct{})
func KickoffDatabase(workDir string) (*gorm.DB, error) {
dbLoc := filepath.Join(workDir, "data", "garden.db")
dbLoc := filepath.Join(workDir, "garden.db")
db, err := gorm.Open(sqlite.Open(dbLoc), &gorm.Config{})
if err != nil {
return nil, err