Aarón Contreras
DTDrizzle Team
•Created by Aarón Contreras on 11/13/2024 in #help
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.1 replies