mirror of
https://github.com/allinssl/allinssl.git
synced 2025-12-15 09:55:37 +08:00
修改初始化
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user