sqlite缓存表增加tag字段

This commit is contained in:
GoEdgeLab
2022-02-23 16:06:18 +08:00
parent a80012aa56
commit 9c2e8593af

View File

@@ -505,6 +505,7 @@ func (this *FileList) initTables(db *sql.DB, times int) error {
"id" integer NOT NULL PRIMARY KEY AUTOINCREMENT,
"hash" varchar(32),
"key" varchar(1024),
"tag" varchar(64),
"headerSize" integer DEFAULT 0,
"bodySize" integer DEFAULT 0,
"metaSize" integer DEFAULT 0,