After update the site to Drupal 8.5.5 it throws error like
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'default_db.entity_name_revision' doesn't exist: UPDATE {entity_name_revision} SET revision_created=:db_update_placeholder_0 [error]
WHERE vid = :db_condition_placeholder_0; Array
(
[:db_update_placeholder_0] => 1506100764
[:db_condition_placeholder_0] => 2677
)
Actually we are using one external db also. And all the entities are stored in external database. So while we run drush updb, there are some update from system module and those update has some changes in entities. As all the entities are stored in external db, I think the above error shows. But not getting any idea how to fix it.
Thanks in advance if you ave any suggestions.