Sto riscontrando questo su due istanze di sviluppo quando provo a eseguire le specifiche dei plugin sull’ultima versione.
(il database è stato completamente migrato nell’ambiente di test):
ad es. bin/rake plugin:spec\[discourse-locations]
Si è verificato un errore durante il caricamento di rails_helper.
Failure/Error: default_scope { where(deleted_at: nil) }
ActiveRecord::StatementInvalid:
PG::UndefinedTable: ERRORE: la relazione "chat_channels" non esiste
LINEA 9: WHERE a.attrelid = '"chat_channels"'::regclass
< SNIP >
# --- Causato da: ---
# PG::UndefinedTable:
# ERRORE: la relazione "chat_channels" non esiste
# LINEA 9: WHERE a.attrelid = '"chat_channels"'::regclass