Hello,
When trying to downgrade the database, I get the following error:
"Cannot drop index 'ix_post_user_id': needed in a foreign key constraint"
I assume that I need to change something in one of the migrations files to solve this problem. I am running a local MySQL server so it might be related to that
Hello,
When trying to downgrade the database, I get the following error:
"Cannot drop index 'ix_post_user_id': needed in a foreign key constraint"
I assume that I need to change something in one of the migrations files to solve this problem. I am running a local MySQL server so it might be related to that