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
There migration that define t.uuid type of column not supported by Mysql. The migrations that used it are from ahoy (create_visits and create_ahoy_events) and was deprecated and not used anymore, there are a drop_ahoy_events migration.
The text was updated successfully, but these errors were encountered:
I'm submitting a ..
Current behavior:
rails db:migrate not work in an clean Mysql database.
Expected correct behavior:
rails db:migrate should work in an clean mysql database.
Steps to reproduce:
Configure a mysql database, create it and run: rails db:migrate
Other information:
There are various errors:
ahoy
(create_visits and create_ahoy_events) and was deprecated and not used anymore, there are adrop_ahoy_events migration
.The text was updated successfully, but these errors were encountered: