Closed mundia416 closed 1 year ago
are there any database changes?
btw a suggestion if there are db changes, neon has a feature to branch out the existing db (essentially it makes a copy of the entire db). its very easy to do and requires you to only update the db name in your .env.
highly recommend using the above approach for db changes in the future so the prod db isn't affected until the PR is approved. then when its approved you can do the db changes on the prod db and then merge in the PR.
but if you prefer an another/better way to manage the db lmk! ideally what we use is not to much work since this isn't heavy project with lots of users so prefer keeping things lean for dev speed (e.g. not maintaining a bunch of random migration files), but while ensuring the prod db isn't messed up accidentally for the couple of users on this project
database changes made:
The latest updates on your projects. Learn more about Vercel for Git ↗︎