so i just wanna ask one thing that sometimes if i add some new feature in my app and if it requires any new attribute and i add it and it doesnt work until i delete everything like basically reset but how would i be able to that when the app is in production.
If you add an attribute then the previous docs will be null unless you are adding a list
i didnt quite understand this , could you please elaborate
Recommended threads
- [SOLVED] curl error Number: 6 — function...
Hello, I invested a lot of time in this error in a fresh install of appwrite 1.8.1 and lasted until fix, this if for helping anyone that can have the same weird...
- android platform invaild origina
It happened today suddenly. Our app says invalid origin. And appwrite cloud says every time we tried to add the app to it: "param platformId" is not optional.
- Team invite - 500 error - no email
When executing ```dart await _repository.teams.createMembership( teamId: event.listId, roles: ['member'], email: event.email, url: 'xxxx', ); ``` I se...