database useMigrations gives only query: "ROLLBACK" at the end.

and doesn't result in success or error. is there a way to reset the db? app is already in the test-teams hands and I need to reset it for each client-app. emptying db is ok. I tried doing "npx drizzle-kit drop" to drop each migration and generate new one. but I get this query "rollback" at the end. I see there is drizzle-seed but does it even work with expo and sqlite?
1 Reply
Jukepoks1
Jukepoks1OP4w ago
I tried adding drizzle-seed for resetting the db, but it gives me error: Unable to resolve "drizzle-seed" from "app/_layout.tsx"

Did you find this page helpful?