Ho 3 plugin per i quali sto eseguendo build Travis corrette, e tutti hanno iniziato a fallire ieri. Stanno tutti fallendo in questo modo, e non vedo come questo problema possa essere causato dai plugin:
2020-05-01 00:29:58.212 UTC [334] ERROR: la colonna posts.cached_version non esiste alla posizione 193
2020-05-01 00:29:58.212 UTC [334] HINT: Forse intendevi fare riferimento alla colonna "posts.baked_version".
2020-05-01 00:29:58.212 UTC [334] STATEMENT: SELECT "posts"."id", "posts"."user_id", "posts"."topic_id", "posts"."post_number", "posts"."raw", "posts"."cooked", "posts"."created_at", "posts"."updated_at", "posts"."reply_to_post_number", "posts"."cached_version", "posts"."reply_count", "posts"."quote_count", "posts"."deleted_at", "posts"."off_topic_count", "posts"."like_count", "posts"."incoming_link_count", "posts"."bookmark_count", "posts"."score", "posts"."reads", "posts"."post_type", "posts"."vote_count", "posts"."sort_order", "posts"."last_editor_id", "posts"."hidden", "posts"."hidden_reason_id", "posts"."notify_moderators_count", "posts"."spam_count", "posts"."illegal_count", "posts"."inappropriate_count", "posts"."last_version_at", "posts"."user_deleted", "posts"."reply_to_user_id", "posts"."percent_rank", "posts"."notify_user_count", "posts"."like_score", "posts"."deleted_by_id" FROM "posts" WHERE ("posts"."deleted_at" IS NULL) AND 1=0
PG::UndefinedColumn: ERROR: la colonna posts.cached_version non esiste
LINE 1: ...ts"."updated_at", "posts"."reply_to_post_number", "posts"."c...
Ho appena aggiornato un sito e ha funzionato correttamente, quindi non è qualcosa che influisce sui siti che funzionano regolarmente.
Ho appena riprovato (sono passate 14 ore!) e sembra che il problema persista. C’è qualcosa che devo aggiornare?