strapi / migration-scripts

Collection of Strapi Migration scripts
58 stars 58 forks source link

Fix fields undefined on certain v3 versions #99

Closed derrickmehaffy closed 1 year ago

derrickmehaffy commented 1 year ago

Uses a community patch (thank you @abanchev) from: https://github.com/strapi/migration-scripts/issues/83#issuecomment-1520195568

fixes #83

Certain v3 versions don't have the fields in their database if they upgraded without starting the upgraded v3 application

derrickmehaffy commented 1 year ago

Spoke with @Ballonek in a call he mentioned he would test this today or this weekend and if he doesn't get to it I'll test it probably monday

Ballonek commented 1 year ago

Spoke with @Ballonek in a call he mentioned he would test this today or this weekend and if he doesn't get to it I'll test it probably monday

I tried that and it fixes that fields issue. 🙂