修改初始化

This commit is contained in:
zhangchenhao
2025-05-15 10:51:05 +08:00
parent b65c09d84a
commit 282224df28
3 changed files with 3 additions and 2 deletions

View File

@@ -41,6 +41,8 @@ func init() {
defer db.Close()
// 创建表
_, err = db.Exec(`
PRAGMA journal_mode=WAL;
create table IF NOT EXISTS _accounts
(
id integer not null