Can we get an update on the ETA for having the ability to update attributes? Not being able to change the size of a string attribute as an example is essential for production.
I found two discussions regarding this issue going back TWO YEARS https://github.com/appwrite/appwrite/discussions/2720#discussioncomment-2089980 https://github.com/appwrite/appwrite/discussions/2720
Both were closed because there was improvements to attributes... but to this day you cannot change the size of a string attribute. This seems like such a basic feature and I don't know if I can risk not having it going into production. Having to delete and recreate the attribute essentially wipes it out of every single document that exists.
My project is only going to have a roughly 10,000 dau, but the number of documents generated will be massive and having to delete and add an attribute will be catastrophic. I feel like taking the time to move everything over to firebase now will save me a lot of pain during production.
Recommended threads
- hi guys! my site is not accesible in my ...
- [Solved] Appwrite project paused
I have github student account. The auth has been paused however the database is working fine. I cant see any option to resume from my console panel. It is just ...
- MongoDb Database Breaks integer[] & bigi...
I've got a table with the below column created. When I try to insert the value `[-3408048000]` into it, the dart sdk cloud function call is successful (no error...