in the cloud, How can I update the Enum attribute, for example, add a new element to the enum attribute without affecting existing documents? Also, sometimes I want to remove an element from the Enum attribute, in such a case any document using this deleted element must default to null for this particular Enum attribute.
You can't. We added support for updating attributes in 1.3 which cloud hasn't been upgraded to that yet.
FYI, make sure to join the cloud discord server for cloud specific questions.
We don't retroactively update documents so you'll have to do that manually
would you please provide a timeline for when the cloud will be updated to the latest version?
I'm not sure on the timeline. The team is working on it, though
@Steven Any updates in this regard, I paused working on the project since version 1.1.2 lacks many necessary features for a real database! I cannot make relationships and neither update attributes!
We're working on cloud upgrades but it will take some more time
Recommended threads
- Issue with OAuth 2.0 authentication
Good evening, I’m reaching out because I’m having a small issue with Appwrite. I’m trying to set up OAuth2 with Twitch, and even though I’m entering the correc...
- What's the proper way to delete user acc...
I would like to provide an option for the users of my app, to completely remove theirs account if they want to. I don't want to 'deactivate' the account, but to...
- Prevent Appwrite from pulling weekly unu...
Hi, I only use node/php runtimes for functions and static-1/node for site. However, appwrite keeps pull gigabytes of runtimes. It makes my VM backup unnecessar...