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 noticed that the migration b4456560d4f3 is not applied and fails silently on MySQL. The reason is the same that failed the tests on #531. In MySQL the constraint is called table_name and not tables_table_name_key.
I noticed that the migration b4456560d4f3 is not applied and fails silently on MySQL. The reason is the same that failed the tests on #531. In MySQL the constraint is called
table_nameand nottables_table_name_key.