mirror of
https://github.com/stoatchat/stoatchat.git
synced 2026-07-14 21:47:02 +00:00
Write database migration for last_message_id. #67
This commit is contained in:
@@ -9,7 +9,6 @@ use futures::StreamExt;
|
||||
use mongodb::options::UpdateOptions;
|
||||
use mongodb::{
|
||||
bson::{doc, to_bson, DateTime, Document},
|
||||
options::FindOptions,
|
||||
};
|
||||
use rauth::entities::{Model, Session};
|
||||
use rocket::serde::json::Value;
|
||||
|
||||
Reference in New Issue
Block a user