mirror of
https://github.com/penpot/penpot.git
synced 2025-05-20 04:27:22 +02:00
Improve history handling on backend.
This commit is contained in:
parent
0cd3442d86
commit
691c359985
3 changed files with 51 additions and 4 deletions
|
@ -51,6 +51,10 @@
|
|||
"Create initial tables for image collections."
|
||||
:up (mg/resource "migrations/0008.icons.up.sql"))
|
||||
|
||||
(defmigration history-0009
|
||||
"Add improvements on how history is managed for pages."
|
||||
:up (mg/resource "migrations/0009.history.improvements.up.sql"))
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;; Entry point
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
|
@ -65,7 +69,8 @@
|
|||
[:0005 kvstore-0005]
|
||||
[:0006 emails-queue-0006]
|
||||
[:0007 images-0007]
|
||||
[:0008 icons-0008]]})
|
||||
[:0008 icons-0008]
|
||||
[:0009 history-0009]]})
|
||||
|
||||
(defn- migrate
|
||||
[]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue