Schedule message #15

Merged
phoenix merged 19 commits from schedule_message into alot_of_changes 2026-06-17 17:51:34 -04:00
Showing only changes of commit e81c56c1d7 - Show all commits
+1 -3
View File
@@ -1,8 +1,6 @@
// use std::io::Write;
// use common_multipart_rfc7578::client::multipart::{Body as MultipartBody, Form as MultipartForm};
// use tower::ServiceExt;
use textsender_api::db;
mod db_mgr {
@@ -62,7 +60,7 @@ mod db_mgr {
let pool = connect_to_db(&db_name).await.unwrap();
migrations(&pool).await;
// db::migrations(&pool).await;
(tm_pool, db_name, pool)
}