mirror of
https://github.com/penpot/penpot.git
synced 2025-04-09 21:41:23 -05:00
📎 Enable auto-file-snapshot feature scripts/repl
This commit is contained in:
parent
a6de12323e
commit
9da891e9b0
2 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ export PENPOT_FLAGS="\
|
|||
enable-rpc-climit \
|
||||
enable-rpc-rlimit \
|
||||
enable-soft-rpc-rlimit \
|
||||
enable-file-snapshot \
|
||||
enable-auto-file-snapshot \
|
||||
enable-webhooks \
|
||||
enable-access-tokens \
|
||||
enable-tiered-file-data-storage \
|
||||
|
|
|
@ -235,7 +235,7 @@
|
|||
:file-id (:id file)
|
||||
:revn (:revn file)
|
||||
:version (:version file)
|
||||
:features (db/create-array conn "text" (:features file))
|
||||
:features features
|
||||
:label (::snapshot-label file)
|
||||
:data (::snapshot-data file)
|
||||
:changes (blob/encode changes)}
|
||||
|
|
Loading…
Add table
Reference in a new issue