Improve history handling on backend.

This commit is contained in:
Andrey Antukh 2017-03-25 19:35:28 +01:00
parent 0cd3442d86
commit 691c359985
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95
3 changed files with 51 additions and 4 deletions

View file

@ -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
[]