I'm unable to apply the database updates from update 9301 because we have a field attached to a Taxonomy entity. The update as it exists is only for a hardcoded field name prefixed with `node__`, however our field is prefixed with `taxonomy_term__`, which then fails the update attempts.
Failed: Drupal\Core\Database\DatabaseExceptionWrapper: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'pantheon.node__field_best_bet' doesn't exist: ALTER TABLE node__field_best_bet MODIFY field_best_bet_query_text VARCHAR(360); Array ( ) in search_api_best_bets_update_9301() (line 27 of /code/web/modules/composer/search_api_best_bets/search_api_best_bets.install
In the above error, taxonomy_term__field_best_bet exists, but node__field_best_bet does not, so the ALTER TABLE continuously fails.
Rewrite install changes to be entity type independent
Fixed
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
No activities found.