yireo / magento2-replace-all

Meta-package to replace all optional Magento 2 modules
129 stars 33 forks source link

Error on Updating modules #5

Closed artmouse closed 4 years ago

artmouse commented 4 years ago

Magento 2.3.4 This error after removal of optional Content Staging modules

Schema creation/updates: SQLSTATE[42000]: Syntax error or access violation: 1075 Incorrect table definition; there can be only one auto column and it must be defined as a key, query was: ALTER TABLE cms_block MODIFY COLUMN block_id smallint(6) NOT NULL AUTO_INCREMENT COMMENT "Entity ID", DROP PRIMARY KEY, ADD CONSTRAINT PRIMARY KEY (block_id)