mirror of
https://github.com/penpot/penpot.git
synced 2025-06-01 16:01:38 +02:00
✨ Fix all linter issues on backend code.
This commit is contained in:
parent
6dafc087e9
commit
b80295a21c
48 changed files with 134 additions and 256 deletions
|
@ -9,10 +9,9 @@
|
|||
|
||||
(ns app.migrations
|
||||
(:require
|
||||
[integrant.core :as ig]
|
||||
[app.db :as db]
|
||||
[app.migrations.migration-0023 :as mg0023]
|
||||
[app.util.migrations :as mg]
|
||||
[app.migrations.migration-0023 :as mg0023]))
|
||||
[integrant.core :as ig]))
|
||||
|
||||
(def migrations
|
||||
[{:name "0001-add-extensions"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue