Hi, Is there a way that when creating a new attribute the default value is changed for all the documents already created since this is set to null
For example, I set the default value to 0 and the documents already created are saved as null, creating conflicts
Appwrite doesn't backfill data. You'll have to do that yourself
too bad âšī¸ , that feature is useful
[SOLVED] Default value for already created documents
Recommended threads
- SSR share session to client using custom...
Hi, so I was trying to get a hang of using SSR and using realtime updates in the same time which is done easiest if you have a custom domain in Appwrite and as ...
- Getting error when trying to add domain ...
we use self hosted appwrite on my company and every single time ever I tried to add a domain it shows this error on the top rigth: "Cannot read properties of un...
- Using OTP Email to verify user for passw...
Has anyone ever implemented this? If you did what was your aproach? Did you write an appwrite function?