Verify your work
To verify that your single database implementation is working properly, perform the following tasks and verify that data is added to the magento_main
database tables using a database tool like phpMyAdmin:
- Verify that foreign keys have been restored. For example, the
QUOTE_STORE_ID_STORE_STORE_ID
key in thequote
database table. - Verify that customers can place orders from the storefront.
- Verify that orders created before reverting the split database to a single database are available in the Admin.