mirror of
https://github.com/simon987/od-database.git
synced 2025-12-13 23:09:01 +00:00
Added reply to comments option, fixed some bugs
This commit is contained in:
@@ -36,6 +36,7 @@ CREATE TABLE Queue (
|
||||
id INTEGER PRIMARY KEY NOT NULL,
|
||||
website_id INTEGER UNIQUE,
|
||||
reddit_post_id TEXT,
|
||||
reddit_comment_id TEXT,
|
||||
priority INTEGER
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user