【发布时间】:2020-05-02 13:17:14
【问题描述】:
我们最近升级到 Rails 6,在尝试迁移数据库或运行测试时看到以下 SQLite 错误
rails aborted!
Your version of SQLite (3.7.17) is too old. Active Record supports SQLite >= 3.8.
我尝试使用yum update更新 SQLite 驱动程序等,但 SQLite 的版本在3.7.17 保持不变。
如何升级 SQLite 包以使其与 Rails 6 一起使用?
【问题讨论】:
标签: ruby-on-rails sqlite ruby-on-rails-6