Closed
Description
Preconditions
- Starting from Magento CE 2.2.5
- upgrade from 2.2.5 to 2.2.6
Steps to reproduce
- Starting from Magento CE 2.2.5
- created a terms and conditions (Store-->Terms and conditions)
- upgrade from 2.2.5 to 2.2.6
- The Terms and conditions created are not visible in admin (Store-->Terms and conditions)
Expected result
- I can edit the old terms and conditions
- I can insert a new terms and conditions
Actual result
- old terms and conditions are not visible
- In production mode I can add a new terms and conditions but is not visible in admin
- In developer mode there is an exception:
2 exception(s):
Exception #0 (Zend_Db_Statement_Exception): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'XXXXXX.checkout_agreement_store' doesn't exist, query was: SELECT agreement_store
.* FROM checkout_agreement_store
AS agreement_store
WHERE (agreement_store.agreement_id IN ('1'))
Exception #1 (PDOException): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'XXXXXX.checkout_agreement_store' doesn't exist
The table exist in DB; note that in sql there isn't the prefix to table.