Skip to content
Snippets Groups Projects
Commit dfff38e1 authored by Cam Saül's avatar Cam Saül
Browse files

Fix labels migration :wrench:

parent eb2f2a05
Branches
Tags
No related merge requests found
......@@ -337,7 +337,7 @@
(println (u/format-color 'green "Creating a new collection for label '%s'..." label-name))
(db/insert! Collection
:name label-name
:color (or (second (re-matches collection/hex-color-regex icon))
:color (or (re-matches collection/hex-color-regex icon)
(random-color)))))
(defn- add-label-cards-to-collection!
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment