mirror of
https://github.com/penpot/penpot.git
synced 2025-12-12 06:24:17 +01:00
📎 Enable auto-file-snapshot feature scripts/repl
This commit is contained in:
@@ -24,7 +24,7 @@ export PENPOT_FLAGS="\
|
|||||||
enable-rpc-climit \
|
enable-rpc-climit \
|
||||||
enable-rpc-rlimit \
|
enable-rpc-rlimit \
|
||||||
enable-soft-rpc-rlimit \
|
enable-soft-rpc-rlimit \
|
||||||
enable-file-snapshot \
|
enable-auto-file-snapshot \
|
||||||
enable-webhooks \
|
enable-webhooks \
|
||||||
enable-access-tokens \
|
enable-access-tokens \
|
||||||
enable-tiered-file-data-storage \
|
enable-tiered-file-data-storage \
|
||||||
|
|||||||
@@ -235,7 +235,7 @@
|
|||||||
:file-id (:id file)
|
:file-id (:id file)
|
||||||
:revn (:revn file)
|
:revn (:revn file)
|
||||||
:version (:version file)
|
:version (:version file)
|
||||||
:features (db/create-array conn "text" (:features file))
|
:features features
|
||||||
:label (::snapshot-label file)
|
:label (::snapshot-label file)
|
||||||
:data (::snapshot-data file)
|
:data (::snapshot-data file)
|
||||||
:changes (blob/encode changes)}
|
:changes (blob/encode changes)}
|
||||||
|
|||||||
Reference in New Issue
Block a user