From 5666002ff2fadbbde33d3426de2a4b2be0e5c534 Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Tue, 30 Aug 2022 12:52:53 +0000 Subject: [PATCH] compression attribute on bucket collection --- app/config/collections.php | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/app/config/collections.php b/app/config/collections.php index 6f284000ac..ddb1b00081 100644 --- a/app/config/collections.php +++ b/app/config/collections.php @@ -2657,6 +2657,16 @@ $collections = [ 'required' => true, 'array' => true, ], + [ + '$id' => 'compression', + 'type' => Database::VAR_STRING, + 'signed' => true, + 'size' => 10, + 'format' => '', + 'filters' => [], + 'required' => true, + 'array' => false, + ], [ '$id' => ID::custom('encryption'), 'type' => Database::VAR_BOOLEAN,