startSetup(); $installer->getConnection()->dropKey($this->getTable('cms/page'), 'identifier'); $installer->run("ALTER TABLE `{$this->getTable('cms/page')}` ADD KEY `identifier` (`identifier`)"); $installer->getConnection()->dropColumn($this->getTable('cms/page'), 'store_id'); $installer->getConnection()->dropColumn($this->getTable('cms/block'), 'store_id'); $installer->endSetup();