5 lines
95 B
SQL
5 lines
95 B
SQL
CREATE TABLE embeddings_queue_config (
|
|
id INTEGER PRIMARY KEY,
|
|
config_json_str TEXT
|
|
);
|