what is the checksum column in the __prisma_migrat...
# prisma-migrate
g
what is the checksum column in the __prisma_migrations_ table ? it seems to be a deterministic id based on the contents of the migration but want to confirm that
1
j
https://github.com/prisma/prisma-engines/blob/main/migration-engine/connectors/migration-connector/src/checksum.rs
g
looks like the URL got messed up 😅
j
lol
it's quite well documented