From 214ccaa294cc45c878cc34f0736fe9d97c22167b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BF=9F=E6=8C=81=E6=B1=9F?= <129171955+2513502304@users.noreply.github.com> Date: Wed, 30 Jul 2025 10:48:52 +0800 Subject: [PATCH] =?UTF-8?q?Update=20sqlite=5Ftables.sql=EF=BC=8C=E5=90=8C?= =?UTF-8?q?=E6=AD=A5=E6=9B=B4=E6=96=B0sqlite=E4=BB=A5=E6=94=AF=E6=8C=81?= =?UTF-8?q?=E4=BF=9D=E5=AD=98=E7=AC=94=E8=AE=B0=E4=B8=8B=E8=BD=BD=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- schema/sqlite_tables.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/schema/sqlite_tables.sql b/schema/sqlite_tables.sql index 84696a0..4c6d252 100644 --- a/schema/sqlite_tables.sql +++ b/schema/sqlite_tables.sql @@ -150,6 +150,7 @@ CREATE TABLE douyin_aweme ( cover_url TEXT DEFAULT NULL, video_download_url TEXT DEFAULT NULL, music_download_url TEXT DEFAULT NULL, + note_download_url TEXT DEFAULT NULL, source_keyword TEXT DEFAULT '' ); @@ -565,4 +566,4 @@ CREATE TABLE zhihu_creator ( last_modify_ts INTEGER NOT NULL ); -CREATE UNIQUE INDEX idx_zhihu_creator_user_id ON zhihu_creator(user_id); \ No newline at end of file +CREATE UNIQUE INDEX idx_zhihu_creator_user_id ON zhihu_creator(user_id);