1 Are there any docs with thoughts on db
1) Are there any docs with thoughts on db migrations? Eg. renaming a table and make it go through for prod + all devs?
2 Replies
This is probably our best resources on migrations at the moment:
https://stack.convex.dev/migrating-data-with-mutations
We'll work on adding more to the docs.
I don't think we in particular tackled the case of renaming a table across all dev deployments, but you could create a script that all the devs run against their own dev deployment.
Migrating Data With Mutations
Using mutations to migrate data in Convex.
Great, thanks!