Steps to reproduce:
Site with not enabled 'language' module.
After upgrade to 8.8 module 'path_alias' must be installed before 'language'.
When import is trying to sync language extension its fails:
[2020-01-28T19:32:27.194Z] In Connection.php line 695:
[2020-01-28T19:32:27.194Z]
[2020-01-28T19:32:27.194Z] SQLSTATE[42S02]: Base table or view not found: 1146 Table 'path_alias' doesn't exist: SELECT base_table.id AS id, base_table.path
[2020-01-28T19:32:27.194Z] AS path, base_table.alias AS alias, base_table.langcode AS langcode
[2020-01-28T19:32:27.194Z] FROM
[2020-01-28T19:32:27.194Z] {path_alias} base_table
[2020-01-28T19:32:27.194Z] WHERE (base_table.status = :db_condition_placeholder_0) AND (base_table.pat
[2020-01-28T19:32:27.194Z] h LIKE :db_condition_placeholder_1 ESCAPE '\\') AND (base_table.langcode IN
[2020-01-28T19:32:27.194Z] (:db_condition_placeholder_2, :db_condition_placeholder_3))
[2020-01-28T19:32:27.194Z] ORDER BY base_table.langcode ASC, base_table.id DESC; Array
[2020-01-28T19:32:27.194Z] (
[2020-01-28T19:32:27.194Z] [:db_condition_placeholder_0] => 1
[2020-01-28T19:32:27.194Z] [:db_condition_placeholder_1] => /taxonomy/term/11
[2020-01-28T19:32:27.194Z] [:db_condition_placeholder_2] => en
[2020-01-28T19:32:27.194Z] [:db_condition_placeholder_3] => und
[2020-01-28T19:32:27.194Z] )
[2020-01-28T19:32:27.194Z]
[2020-01-28T19:32:27.194Z]
[2020-01-28T19:32:27.194Z] In Statement.php line 59:
[2020-01-28T19:32:27.194Z]
[2020-01-28T19:32:27.194Z] SQLSTATE[42S02]: Base table or view not found: 1146 Table 'path_alias' doesn't exist