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
Michal Srb
Michal Srb2y ago
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.
Mikael Lirbank
Mikael LirbankOP2y ago
Great, thanks!

Did you find this page helpful?