Merge pull request #8764 from appwrite/databases-originalId

originalId
This commit is contained in:
Jake Barnby 2024-10-07 22:09:39 +13:00 committed by GitHub
commit 6e1848f52f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2406,6 +2406,17 @@ $projectCollections = array_merge([
'array' => false,
'filters' => [],
],
[
'$id' => ID::custom('originalId'),
'type' => Database::VAR_STRING,
'signed' => true,
'size' => Database::LENGTH_KEY,
'format' => '',
'filters' => [],
'required' => false,
'default' => null,
'array' => false,
],
],
'indexes' => [
[