Skip to content

Commit

Permalink
Break something to see what a failed deploy looks like
Browse files Browse the repository at this point in the history
  • Loading branch information
plexus committed Jul 20, 2024
1 parent ce15c50 commit 3af7c3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/co/gaiwan/compass/db.clj
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
(declare transact)

(defmethod ig/init-key :compass/db [_ {:keys [url]}]
(/ 0 0)
(d/create-database url)
(let [conn (d/connect url)]
@(transact conn (schema/schema-tx))
Expand Down

0 comments on commit 3af7c3d

Please sign in to comment.