PCAPredict/magento2

Upgrading data.. SQLSTATE[42S02]: Base table or view not found: 1146 Table 'pcapredict_tag_settingsdata' doesn't exist

diazwatson opened this issue · 0 comments

I have added the module using composer require pcapredict/tag:^2.0.7

When I try to install it using bin/magento setup:upgrade I get the following error

Module 'PCAPredict_Tag':
Upgrading data.. SQLSTATE[42S02]: Base table or view not found: 1146 Table 'toolstop_local.pcapredict_tag_settingsdata' doesn't exist, query was: SELECT `pcapredict_tag_settingsdata`.* FROM `pcapredict_tag_settingsdata`

It is trying upgrade a table that does not exists yet and there is where the error is coming from.