Error creating migration in PayloadCMS
Not sure if this is the place to ask, but as Payload is just using Drizzle for DB Management and Migrations, I figured this might be a drizzle issue and not a payload issue. Anyways, when I try to create a new migration, I get the following error:
If this is not the right place to ask, I apologize, but maybe someone has an idea on how to debug this further, thanks!
1 Reply
Couriously, after running
pnpm payload migrate:create your_migration_name --force-accept-warning --skip-empty
, I was able to create new migrations just fine again …
Not sure what the issue was, but I guess it’s fixed?