Merge pull request #9877 from appwrite/revert-9871-feat-sync

Revert "Feat sync encrypt updates"
This commit is contained in:
Jake Barnby
2025-05-26 21:37:41 +12:00
parent b7d0c127a3
commit ab97b7cc54
5 changed files with 13 additions and 65 deletions
@@ -24,13 +24,6 @@ class AttributeString extends Attribute
'required' => false,
'example' => 'default',
])
->addRule('encrypt', [
'type' => self::TYPE_BOOLEAN,
'description' => 'Defines whether this attribute is encrypted or not.',
'default' => false,
'required' => false,
'example' => false,
])
;
}