fix create index error on sqlite
This commit is contained in:
@@ -133,6 +133,7 @@ async def m002_add_chat_messages(db):
|
||||
"""
|
||||
)
|
||||
|
||||
if db.type != "SQLITE":
|
||||
"""
|
||||
Create indexes for message fetching
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user