Added TODO

This commit is contained in:
kdeng00
2025-07-25 16:35:41 -04:00
parent 1281913c36
commit 79687afcbd
+1
View File
@@ -121,6 +121,7 @@ pub mod init {
let pool = crate::db::create_pool() let pool = crate::db::create_pool()
.await .await
.expect("Failed to create pool"); .expect("Failed to create pool");
// TODO: Look into handling this. Seems redundant to run migrations multiple times
crate::db::migrations(&pool).await; crate::db::migrations(&pool).await;
routes() routes()