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
The options in question are MySQL specific. I was able to reproduce this issue in ruby 3.0, rails 6.1, with adapter: mysql2 in my config/database.yml. This should be an easy fix, inPaperTrail::InstallGenerator#versions_table_options. PRs welcome.
Thank you for your contribution!
Due to limited volunteers, issues that do not follow these instructions will be
closed without comment.
Check the following boxes:
paper_trail
gemMy Env
3.0.0
Bug
Today, I act like this.
Error log bellow.
My fix
I Fix
db/migrate/20210108081414_create_versions.rb
:12.Before
After
After that, I can run
$ bundle exec rake db:migrate
.It works for me!
I think this bug is about Ruby3.0.0.
Thank you.
The text was updated successfully, but these errors were encountered: