Use case:
I want to have, as recommended, a dev and prod project in my appwrite instance. But when I work on dev I do not want to constantly replicate the changes I made to prod. I wish I could have a schema file in my repository and performs migrations like you would with prisma for example.
Is there already a way to do something like this?