You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I imported a database and there were no errors. However, upon inspect I can see that the on update and on delete actions on all my foreign keys are set to NO ACTION in the newly created psql database. In MySql all the FKs have on update and on delete actions set.
Is this a bug in the gem or something not supported yet?
The text was updated successfully, but these errors were encountered:
I just installed the mysql2psql gem (0.1.0).
I imported a database and there were no errors. However, upon inspect I can see that the on update and on delete actions on all my foreign keys are set to NO ACTION in the newly created psql database. In MySql all the FKs have on update and on delete actions set.
Is this a bug in the gem or something not supported yet?
The text was updated successfully, but these errors were encountered: