From 6cdceb2188399b38532ef8e1d18ca82112456285 Mon Sep 17 00:00:00 2001
From: Tom Robinson <tlrobinson@gmail.com>
Date: Fri, 10 Jun 2016 12:52:57 -0700
Subject: [PATCH] Replace original `lein h2` with the more useful one

---
 project.clj | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/project.clj b/project.clj
index d0b359398a0..e9f23523c12 100644
--- a/project.clj
+++ b/project.clj
@@ -9,8 +9,7 @@
             "check-reflection-warnings" ["with-profile" "+reflection-warnings" "check"]
             "test" ["with-profile" "+expectations" "expectations"]
             "generate-sample-dataset" ["with-profile" "+generate-sample-dataset" "run"]
-            "h2" ["with-profile" "+h2-shell" "run"]
-            "h2-with-db" ["with-profile" "+h2-shell" "run" "-url" "jdbc:h2:./metabase.db" "-user" "" "-password" "" "-driver" "org.h2.Driver"]}
+            "h2" ["with-profile" "+h2-shell" "run" "-url" "jdbc:h2:./metabase.db" "-user" "" "-password" "" "-driver" "org.h2.Driver"]}
   :dependencies [[org.clojure/clojure "1.8.0"]
                  [org.clojure/core.async "0.2.374"]
                  [org.clojure/core.match "0.3.0-alpha4"]              ; optimized pattern matching library for Clojure
-- 
GitLab