Hanan
Hanan
PPrisma
Created by Hanan on 2/10/2025 in #help-and-questions
What is the good practice for migrations and keeping them on GitHub?
Hello, I started my full stack project and currently we are in dilemma. Here is the scenario, our database will update accordingly with the project, we want to release some feature later let's use Reddit karma for example which is (I assume) only one table column added, if our project already has a lot of online users is there a way we can update our database without resetting and how to do it? I assume it is with prisma migrations, if that is the case, should we keep the migration files on our GitHub repository or are we allowed to either delete them or add them to .gitignore? Thank you in advance.
5 replies