LilyLauben
Results
2
comments of
LilyLauben
Also getting this error: ``` Migrating 70 items from strapi_permission to admin_permissions strapi_permission batch #1 /srv/strapi/migration-scripts-main/v3-sql-v4-sql/node_modules/pg-protocol/dist/parser.js:287 const message = name === 'notice' ? new messages_1.NoticeMessage(length, messageValue) : new messages_1.DatabaseError(messageValue, length,...
After removing `fields` from the `strapi_permission` table in my v3 database, I was able to run the migration script with no error 👍