📎 Enable auto-file-snapshot feature scripts/repl

This commit is contained in:
Andrey Antukh 2024-09-04 12:02:58 +02:00
parent a6de12323e
commit 9da891e9b0
2 changed files with 2 additions and 2 deletions

View file

@ -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 \

View file

@ -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)}