NeonN
Neon2y ago
4 replies
unique-blue

Help with migration

Hello, super new to discord, neon, and drizzle.

Using drizzle and neon, trying to update the table in neon to add a new column to a table. I updated the schema, and then ran npm run db:generate - successfully created a migration file in my migrations folder "0006_warm_omega_flight.sql". Tried to run npm run db:migrate and got this error:
❌ Migration failed
Error: No file migrations/0000_left_romulus.sql found in migrations folder

It looks like it's looking for the wrong migration file. How do I tell it to use the 0006 file?
Was this page helpful?