书架更新通知

This commit is contained in:
mtvpls
2026-04-18 00:48:17 +08:00
parent 7fb11f0ff7
commit 308650f771
16 changed files with 797 additions and 22 deletions
+4
View File
@@ -12,6 +12,10 @@ CREATE TABLE IF NOT EXISTS manga_shelf (
status TEXT,
last_chapter_id TEXT,
last_chapter_name TEXT,
latest_chapter_id TEXT,
latest_chapter_name TEXT,
latest_chapter_count INTEGER,
unread_chapter_count INTEGER,
PRIMARY KEY (username, key),
FOREIGN KEY (username) REFERENCES users(username) ON DELETE CASCADE
);