mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2025-11-12 06:10:25 +08:00
sqlite缓存表增加tag字段
This commit is contained in:
@@ -505,6 +505,7 @@ func (this *FileList) initTables(db *sql.DB, times int) error {
|
|||||||
"id" integer NOT NULL PRIMARY KEY AUTOINCREMENT,
|
"id" integer NOT NULL PRIMARY KEY AUTOINCREMENT,
|
||||||
"hash" varchar(32),
|
"hash" varchar(32),
|
||||||
"key" varchar(1024),
|
"key" varchar(1024),
|
||||||
|
"tag" varchar(64),
|
||||||
"headerSize" integer DEFAULT 0,
|
"headerSize" integer DEFAULT 0,
|
||||||
"bodySize" integer DEFAULT 0,
|
"bodySize" integer DEFAULT 0,
|
||||||
"metaSize" integer DEFAULT 0,
|
"metaSize" integer DEFAULT 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user