Hi! So, I was trying to create some indexes, here's what I did:
- Pull all the collections data using
appwrite init collection --all - Add some indexes in the
appwrite.jsonfile - Run
appwrite deploy collection
That removed all the attributes, but recreated them as well according to theappwrite.jsonfile. But unfortunately, while the documents remain, all the attribute values are gone. How can I recover them?
This is super important. I'm using Appwrite cloud.