How do I update the list of related documents of a collection?
I don't want to do a join, just update a relationship attribute to add one more related document but relationship attributes can't be queried
So I can use delete on cascade
I guess I have to query all related documents ids and update relationship attributte with the full list of ids
Recommended threads
- Google Auth not working in a React App
Authentication with Google has failed. It redirects back to the signin route in React. Attached screenshots for configuration of Google console and Appwrite Go...
- Bug Report: Crash when trying to createR...
https://github.com/appwrite/sdk-for-android/issues/96 I think the bug is related with this one https://discord.com/channels/564160730845151244/1443887021314539...
- Dokploy docker compose
Hey guys hope y'all doing well, I was wondering if anyone could share a working 1.8.0 docker-compose that works with Dokploy I tried making it but it just does...