Deleted entries in __drizzle_migrations table.
Hey. I am atm migrating away from supabase js to drizzle. I am playing locally. I had to reset the database and it kept the migrations table somehow but deleted the entries (probably some seed file).
Now the migration push tries to reapply the initial migration, which includes all the table creations etc.
Is there a way to insert this single migration?
Or just calculate the hash since I have the timestamp so it skips this one.
Now the migration push tries to reapply the initial migration, which includes all the table creations etc.
Is there a way to insert this single migration?
Or just calculate the hash since I have the timestamp so it skips this one.