Initialise chat index table
This commit is contained in:
parent
de45dcb1fc
commit
0c7fc1b6b7
@ -25,6 +25,7 @@ pub async fn load_template(sqlite_handle: &SqlitePool) -> sqlx::Result<SqliteQue
|
||||
include_str!("notification_preferences.sql"),
|
||||
include_str!("external_servers_privacy_preferences.sql"),
|
||||
include_str!("external_servers_preferences.sql"),
|
||||
include_str!("chat_index.sql"),
|
||||
)).execute(sqlite_handle).await
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user