Skip to content
Snippets Groups Projects
Commit 52416b41 authored by Cam Saul's avatar Cam Saul
Browse files

test fix ?

parent 9e219c94
No related branches found
No related tags found
No related merge requests found
......@@ -19,4 +19,5 @@
:can_write (delay (:is_superuser @*current-user*))))
(defmethod pre-cascade-delete Database [_ {:keys [id] :as database}]
(println (format "DATABASE %d IS GOING TO BE DESTROYED..." id))
(cascade-delete 'metabase.models.table/Table :db_id id))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment