ActiveRecord::StatementInvalid in UsersController#home

PG::UndefinedTable: ERREUR: la relation « system_settings » n'existe pas LINE 8: WHERE a.attrelid = '"system_settings"'::regclass ^

Extracted source (around line #1644):
1642
1643
1644
1645
1646
1647
              
Rails.cache.fetch("system_settings/#{key}") do
v = where(name: key.to_s).select(:value_type, :value).first
return nil if v.nil?
if v.boolean? then v.value == 'true'
elsif v.integer? then Integer(v.value)

Rails.root: /app

Application Trace | Framework Trace | Full Trace

Request

Parameters:

{"conferencia-design-thinking"=>nil, "Z"=>"020df499fc65149b", "IDevento"=>"48f651e388fb3f7c"}

Response

Headers:

None