From 964e529b7639e5d5951457c2a2f0616e6b9ec49a Mon Sep 17 00:00:00 2001 From: Emmanuel Denloye-Ito Date: Wed, 27 Mar 2024 14:42:17 -0400 Subject: [PATCH] Update haskell-src/exec/Main.hs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ok Co-authored-by: Enis Bayramoğlu Signed-off-by: Emmanuel Denloye-Ito --- haskell-src/exec/Main.hs | 3 --- 1 file changed, 3 deletions(-) diff --git a/haskell-src/exec/Main.hs b/haskell-src/exec/Main.hs index a35af732..43433fae 100644 --- a/haskell-src/exec/Main.hs +++ b/haskell-src/exec/Main.hs @@ -156,9 +156,6 @@ runMigrations pool logg migAction migrations = do Mg.runMigrations migAction steps pool logg - -- TODO: Implemenet checkTables with beam-migrate? However, users can just - -- supply CheckMigrations at the commandline - -- P.withResource pool $ checkTables logg False logg Info "DB Tables Initialized"