Should any of the drizzle folder be .gitignore'd?
Hey, I saw a couple of people ask this before, but they were a few years old so I just want to double check.
I see
000x_migration_name.sql
, meta/_journal.json
and meta/000x_snapshot.json
.
I ask because I see journal is prefixed with an underscore, and also it looks like it contains timestamps of when migrations have been applied. If I run the migrations against my local db and push the code to production, I obviously don't want the production db to check the journal and think it has already applied the migration, ignoring it, but perhaps that is not what is going on there?0 Replies