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
Change this line from foreign_keys.sort_by {|fk| [format_name.call(fk), fk.column]}.each do |fk| to foreign_keys.sort_by {|fk| [format_name.call(fk), *fk.column]}.each do |fk|
Version
The text was updated successfully, but these errors were encountered: