Final step

This commit is contained in:
2022-09-27 21:13:59 -07:00
parent 63254ba401
commit c0cd43b248
2 changed files with 5 additions and 13 deletions

View File

@@ -547,8 +547,3 @@
(mount/start (mount/only #{#'conn}))
(migrate conn)
(mount/stop))
(mount/defstate migrate-start
:start (future (migrate conn))
:stop (deref migrate-start))