How to mark migration as applied?
The title.
I got a hybrid database-first and codebase-first migrations
I do some changes on the database itself via db tools and later create a custom migration for those changes using drizzle. Now I need to mark it as applied.
I'm struggling to figure out how to do that. I would really appreciate if anyone could help me out with this one
0 Replies