mirror of
https://github.com/simon987/od-database.git
synced 2025-12-15 23:59:05 +00:00
barebones crawl_server microservice
This commit is contained in:
8
task_db_init.sql
Normal file
8
task_db_init.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
CREATE TABLE Queue (
|
||||
id INTEGER PRIMARY KEY,
|
||||
url TEXT,
|
||||
priority INTEGER,
|
||||
callback_type TEXT,
|
||||
callback_args TEXT
|
||||
);
|
||||
Reference in New Issue
Block a user