upd
This commit is contained in:
parent
7e35793ca1
commit
b7e6e352f4
@ -44,8 +44,7 @@ def init_db():
|
|||||||
role TEXT,
|
role TEXT,
|
||||||
bio TEXT,
|
bio TEXT,
|
||||||
picture TEXT
|
picture TEXT
|
||||||
);
|
);
|
||||||
|
|
||||||
"""
|
"""
|
||||||
create_chat_history_query = """
|
create_chat_history_query = """
|
||||||
CREATE TABLE IF NOT EXISTS chat_history (
|
CREATE TABLE IF NOT EXISTS chat_history (
|
||||||
|
Loading…
Reference in New Issue
Block a user