Update category management and RSS endpoint handling
This commit is contained in:
@@ -31,6 +31,7 @@ CREATE TABLE IF NOT EXISTS episodes (
|
||||
audio_path TEXT NOT NULL,
|
||||
duration INTEGER,
|
||||
file_size INTEGER,
|
||||
category TEXT,
|
||||
created_at TEXT NOT NULL,
|
||||
FOREIGN KEY(article_id) REFERENCES articles(id)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user