New Comment

`relation "action_text_rich_texts" does not exist` in CircleCI (2 comments)

Published 8th January 2020 at 05:50pm UTC

Another short post about obscure errors. Ran into this weirdness yesterday/this morning:

rake aborted!
ActiveRecord::StatementInvalid: PG::UndefinedTable: ERROR:  relation "action_text_rich_texts" does not exist
LINE 8:  WHERE a.attrelid = '"action_text_rich_texts"'::regclass


Just came out of nowhere.


Everything I found online seemed to suggest that I simply needed to run the relevant migration or install ActionText again...


[Read more...]

Anonymous(Log InSign Up)