Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ошибка при выполнении миграции в приложении на основе skeeks/cms-basic #135

Open
Maxpl opened this issue Jan 20, 2023 · 0 comments

Comments

@Maxpl
Copy link

Maxpl commented Jan 20, 2023

*** 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)

Думаю наверное эта миграция касается только приложений на основе магазина

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant