mirror of
https://github.com/schroinerxy/cloud-mail.git
synced 2026-06-22 03:45:52 +08:00
修复login_domain字段可能初始化失败
This commit is contained in:
@@ -26,7 +26,7 @@ const init = {
|
|||||||
},
|
},
|
||||||
|
|
||||||
async v1_7DB(c) {
|
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) {
|
async v1_6DB(c) {
|
||||||
|
|||||||
Reference in New Issue
Block a user