修复邮件接收异常

This commit is contained in:
eoao
2026-01-01 18:45:15 +08:00
parent 88a4b9dff5
commit e723af4229
3 changed files with 8 additions and 11 deletions

View File

@@ -30,14 +30,6 @@ const init = {
return c.text(t('initSuccess'));
},
async v2_7DB(c) {
try {
await c.env.db.prepare(`ALTER TABLE account ADD COLUMN all_receive INTEGER NOT NULL DEFAULT 0;`).run();
} catch (e) {
console.error(e)
}
},
async v2_6DB(c) {
try {
await c.env.db.prepare(`ALTER TABLE account ADD COLUMN all_receive INTEGER NOT NULL DEFAULT 0;`).run();