修复login_domain字段可能初始化失败
This commit is contained in:
@@ -26,7 +26,7 @@ const init = {
|
||||
},
|
||||
|
||||
async v1_7DB(c) {
|
||||
c.env.db.prepare(`ALTER TABLE setting ADD COLUMN login_domain INTEGER NOT NULL DEFAULT 0;`).run();
|
||||
await c.env.db.prepare(`ALTER TABLE setting ADD COLUMN login_domain INTEGER NOT NULL DEFAULT 0;`).run();
|
||||
},
|
||||
|
||||
async v1_6DB(c) {
|
||||
|
||||
Reference in New Issue
Block a user