From 79687afcbd2af0fcbc885e980cae7a6c4f6e2dda Mon Sep 17 00:00:00 2001 From: kdeng00 Date: Fri, 25 Jul 2025 16:35:41 -0400 Subject: [PATCH] Added TODO --- src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.rs b/src/main.rs index ea6b0e0..7627edc 100644 --- a/src/main.rs +++ b/src/main.rs @@ -121,6 +121,7 @@ pub mod init { let pool = crate::db::create_pool() .await .expect("Failed to create pool"); + // TODO: Look into handling this. Seems redundant to run migrations multiple times crate::db::migrations(&pool).await; routes()