aboutsummaryrefslogtreecommitdiff
path: root/src/com/github/ivarref/yoltq/migrate.clj
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/github/ivarref/yoltq/migrate.clj')
-rw-r--r--src/com/github/ivarref/yoltq/migrate.clj3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/com/github/ivarref/yoltq/migrate.clj b/src/com/github/ivarref/yoltq/migrate.clj
index 6313b73..c97f679 100644
--- a/src/com/github/ivarref/yoltq/migrate.clj
+++ b/src/com/github/ivarref/yoltq/migrate.clj
@@ -56,3 +56,6 @@
(defn migrate! [cfg]
(to->v2 cfg))
+
+(comment
+ (migrate! @com.github.ivarref.yoltq/*config*))