You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*** applying m221019_142301__update_table__cms_content_property
Exception: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'db.shop_cms_content_property' doesn't exist
The SQL being executed was:
UPDATE cms_content_property as c
INNER JOIN shop_cms_content_property as sc ON sc.cms_content_property_id = c.id
SET
c.is_vendor = sc.is_vendor
(/home/www/htdocs/skeeks/vendor/yiisoft/yii2/db/Schema.php:676)
Думаю наверное эта миграция касается только приложений на основе магазина
The text was updated successfully, but these errors were encountered:
*** applying m221019_142301__update_table__cms_content_property
Exception: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'db.shop_cms_content_property' doesn't exist
The SQL being executed was:
UPDATE
cms_content_property
as cINNER JOIN shop_cms_content_property as sc ON sc.cms_content_property_id = c.id
SET
c.is_vendor = sc.is_vendor
(/home/www/htdocs/skeeks/vendor/yiisoft/yii2/db/Schema.php:676)
Думаю наверное эта миграция касается только приложений на основе магазина
The text was updated successfully, but these errors were encountered: