Skip to content
Snippets Groups Projects
Commit 78863765 authored by dkirov's avatar dkirov
Browse files

create transports_cache on first startup, fixes

#2223
parent ed440647
No related branches found
No related tags found
No related merge requests found
......@@ -57,6 +57,11 @@ def create_log_db():
jid_id INTEGER
);
CREATE TABLE transports_cache (
transport TEXT UNIQUE,
type INTEGER
);
CREATE TABLE logs(
log_line_id INTEGER PRIMARY KEY AUTOINCREMENT UNIQUE,
jid_id INTEGER,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment