I’m getting this on two dev instances when trying to run plugin specs on latest.
(database has been rully migrated in the test environment):
e.g bin/rake plugin:spec\[discourse-locations]
An error occurred while loading rails_helper.
Failure/Error: default_scope { where(deleted_at: nil) }
ActiveRecord::StatementInvalid:
PG::UndefinedTable: ERROR: relation "chat_channels" does not exist
LINE 9: WHERE a.attrelid = '"chat_channels"'::regclass
< SNIP >
# --- Caused by: ---
# PG::UndefinedTable:
# ERROR: relation "chat_channels" does not exist
# LINE 9: WHERE a.attrelid = '"chat_channels"'::regclass