mirror of
https://github.com/penpot/penpot.git
synced 2025-05-10 11:56:37 +02:00
📎 Minor fixes.
This commit is contained in:
parent
8809c5238f
commit
f6db00a444
2 changed files with 7 additions and 7 deletions
|
@ -14,7 +14,7 @@
|
|||
|
||||
;; --- Migrations
|
||||
|
||||
(def migrations
|
||||
(def +migrations+
|
||||
{:name "uxbox-main"
|
||||
:steps
|
||||
[{:desc "Initial triggers and utils."
|
||||
|
@ -50,7 +50,7 @@
|
|||
(defn migrate
|
||||
[]
|
||||
(with-open [ctx (mg/context db/pool)]
|
||||
@(mg/migrate ctx migrations)))
|
||||
@(mg/migrate ctx +migrations+)))
|
||||
|
||||
(defstate migrations
|
||||
:start (migrate))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue