Trace Panic
DTDrizzle Team
•Created by Trace Panic on 5/11/2025 in #help
drizzle-kit skill issues
So I had several schema files under a folder, all the past migrations were ok, today i wrote new migrations, and edited a file called
school.ts
to schools.ts
to be consistent with other file names (plural), when I did drizzle-kit gnerate it said couldnt find the old school.ts
, i said fine and reverted back to school.ts
i do generate again and now saying schools.ts
is missing, so now i have both school.ts
and schools.tx
the migration passed with both files but i dont think this is right
I cleared node_modules and pnpm cache nothing, reinstalled deps dint work, am on nextjs, turborepo
so right now i comment out school.ts
so i dont import it and when i need to do migrations i have to uncomment it🥲15 replies