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
- Realtime for files() works almost well, ...
I have been trying to make use of realtime, today (14.03.26) I have pulled all the latest versions of docker images, and sdk available. Whats working: - Conn...
- Local appwrite run functions --user-id n...
Hi, I'm running into an issue when testing Appwrite functions locally with user impersonation. I'm using a self-hosted Appwrite instance and running functions ...
- Selfhosted Github App installation
I've followed this guide: https://appwrite.io/docs/advanced/self-hosting/configuration/version-control to connect GitHub to my self-hosted Appwrite instance (1....