clear-code / redmine_full_text_search

Full text search for Redmine
MIT License
61 stars 24 forks source link

Adjust `.schema_format=` API Usage for Rails 7 Compatibility #128

Closed otegami closed 5 months ago

otegami commented 5 months ago

related: #126

In Rails 7, the .schema_format= API is moved from ActiveRecord::Base to ActiveRecord

It also solved the following CI failure.

NoMethodError: undefined method `schema_format=' for ActiveRecord::Base:Class