Tried to install foreman_plugin_git_templates and received Rake error

Problem:
Tried to install foreman_plugin_git_templates and received Rake error. I re-ran foreman-install and disabled foreman_plugin_git_templates and I am still seeing the same error when I checked wirh foreman-rake db:seed --trace
** Invoke db:seed (first_time)
** Invoke db:load_config (first_time)
** Invoke environment (first_time)
** Execute environment
rake aborted!
ActiveModel::UnknownAttributeError: unknown attribute ‘description’ for Setting::GitTemplates.
/usr/share/gems/gems/activemodel-6.1.7.3/lib/active_model/attribute_assignment.rb:51:in _assign_attribute' /usr/share/gems/gems/activerecord-6.1.7.3/lib/active_record/attribute_assignment.rb:21:in block in _assign_attributes’
/usr/share/gems/gems/activerecord-6.1.7.3/lib/active_record/attribute_assignment.rb:13:in each' /usr/share/gems/gems/activerecord-6.1.7.3/lib/active_record/attribute_assignment.rb:13:in _assign_attributes’

Expected outcome:

Foreman to succeed after disabling foreman_plugin_git_templates

Foreman and Proxy versions:
Foreman 3.7 single server
Foreman and Proxy plugin versions:
Katello version 4.9
Distribution and version:
Running on Rocky Linux 8

Other relevant data: