startSetup(); $connection = $installer->getConnection(); $connection->delete( $this->getTable('eav/attribute'), $connection->prepareSqlCondition('attribute_code', 'enable_googlecheckout') ); $installer->endSetup();