Luis Serota
DTDrizzle Team
•Created by Luis Serota on 9/11/2024 in #help
Determining successfully applied migrations
Hi there!
I'm having trouble determining/mappingg successfully applied migrations (using drizzle-kit) in my migrations table to the matching migration in my codebase. Migrations are applying successfully, and I can see an equivalent number of rows in the migrations table to the number of migrations defined in my codebase, however none of the values in the
hash
column in the migration table match any values in my meta or migrations directory
Am I missing something? How else can I determine which migrations have successfully applied?1 replies