Has anyone a good solution to migrate to releations? Wie are currently using the property "shop_id" which is a string and we want to use the property "shop" which will be a releation to the shops collection. What is the recommended way to archive that? Is there any code snipped?
The same as doing any sort of database migration in production. In steps, ensuring backwards compatibility. This is a good read: https://teamplify.com/blog/zero-downtime-DB-migrations/
Recommended threads
- Functions not executing after usage rese...
Hi team, Last month my project hit 100% usage and functions stopped working (expected). Now the new month has started and usage has reset, requests are going ...
- Functions never end and always fail (sta...
Hi ! I'm using Appwrite Cloud Pro and function execution from appwrite website is KO. Deploying starter function template, execution is always Failed and the ...
- My function executions console if overwh...
It seems the requests are getting processed correctly but it is using a older version of the backend. And it seems the cron requests done an hour ago are shown ...