What's the hash in the __drizzle_migrations table used for?
I was wondering what the hash in the migration table is used for?
I was playing around a bit to see what happens when I did a
drizzle-kit push
and manually update the migration table..
It seems to work by just updating the created_at timestamps to the when
timestamp in the journal.
Is it safe to do this? What is the hash used for and when could this create problems?
(I know my use case shouldn't be done, but I want to understand and know what to do when things get corrupted etc.)0 Replies