nova-blog icon indicating copy to clipboard operation
nova-blog copied to clipboard

create_blog_posts_table rollback not working since 7.4.0

Open KasparRosin opened this issue 5 years ago • 0 comments

SQLSTATE[HY000]: General error: 3730 Cannot drop table 'nova_blog_posts' referenced by a foreign key constraint 'nova_blog_related_posts_post_id_foreign' on table 'nova_blog_related_posts'. (SQL: drop table if exists `nova_blog_posts`)

7.4.0 introduced related posts migration which breaks nova-blog migration rollback

KasparRosin avatar Oct 21 '20 09:10 KasparRosin