Schema out of sync
Somehow my DB schema and my code got out of sync. Specifically, I have an
ON DELETE CASCADE
clause in the code that is not set at the DB level. Is there any way to ask drizzle to sync the code and the DB schema? Trying to generate a migration does not do the trick.0 Replies