✏️ 迁移数据库本体

This commit is contained in:
fumiama
2021-12-08 17:10:22 +08:00
parent 7fc4a6425b
commit e8b0e475d7
6 changed files with 105 additions and 12 deletions

View File

@@ -12,8 +12,8 @@ import (
"github.com/FloatTech/ZeroBot-Plugin/plugin_sleep_manage/model"
)
const dbpath = "data/SleepManage/"
const dbfile = dbpath + "sleepmanage.db"
const dbpath = "data/sleep/"
const dbfile = dbpath + "manage.db"
const prio = 4
var engine = control.Register("sleepmanage", &control.Options{