mirror of
https://github.com/penpot/penpot.git
synced 2026-04-28 04:38:14 +00:00
WIP
This commit is contained in:
parent
2f0045e835
commit
38066c73ee
@ -393,7 +393,7 @@
|
||||
LIMIT ?
|
||||
FOR UPDATE")
|
||||
|
||||
(defn migrate-file-to-storage
|
||||
(defn migrate-files-to-storage
|
||||
"Migrate the current existing files to store data in new storage
|
||||
tables."
|
||||
[system & {:keys [chunk-size] :or {chunk-size 500}}]
|
||||
@ -426,7 +426,7 @@
|
||||
LIMIT ?
|
||||
FOR UPDATE")
|
||||
|
||||
(defn rollback-file-from-storage
|
||||
(defn rollback-files-from-storage
|
||||
"Migrate back to the file table storage."
|
||||
[system & {:keys [chunk-size] :or {chunk-size 500}}]
|
||||
(db/tx-run! system
|
||||
@ -483,7 +483,7 @@
|
||||
LIMIT ?
|
||||
FOR UPDATE")
|
||||
|
||||
(defn rollback-file-from-storage
|
||||
(defn rollback-snapshots-from-storage
|
||||
"Migrate back to the file table storage."
|
||||
[system & {:keys [chunk-size] :or {chunk-size 500}}]
|
||||
(db/tx-run! system
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user