strapi / migration-scripts

Collection of Strapi Migration scripts
58 stars 58 forks source link

fix: filter old columns from v3 #30

Closed martincapek closed 2 years ago

martincapek commented 2 years ago

Add filter for columns in v3 that are not used in v4.

This can happen by wrong migration or old columns in v3 that are not deleted by strapi.

Closes #26

GregorSondermeier commented 2 years ago

Oh this looks promising. Warnings instead of errors in this case are very helpful.

We are currently migrating from v3 to v4 and the leftover columns from deleted content type fields are giving us headaches.

derrickmehaffy commented 2 years ago

Hopefully will test and merge this today