strapi / migration-scripts

Collection of Strapi Migration scripts
58 stars 58 forks source link

Table for localizations_links dont exist after migration #25

Closed VallyPepyako closed 2 years ago

VallyPepyako commented 2 years ago

Bug report

Describe the bug

Can't handle all locales from single type after migration from strapi 3

Steps to reproduce the behavior

Fixed manually by run something like insert intoblog_page_localizations_links(blog_id,inv_blog_id) values (2, 1) insert intoblog_page_localizations_links(blog_id,inv_blog_id) values (1, 2)

derrickmehaffy commented 2 years ago

Please completely fill out the bug report, marking this as closed. Please reopen a new bug following the complete bug report template.