PHP Class Smile\ElasticsuiteCatalog\Setup\UpgradeSchema

Author: Romain Ruaud ([email protected])
Inheritance: implements Magento\Framework\Setup\UpgradeSchemaInterface
Show file Open project: smile-sa/elasticsuite

Public Methods

Method Description
upgrade ( Magento\Framework\Setup\SchemaSetupInterface $setup, Magento\Framework\Setup\ModuleContextInterface $context ) : void Installs DB schema for a module

Private Methods

Method Description
appendDecimalDisplayConfiguration ( Magento\Framework\Setup\SchemaSetupInterface $setup ) Append decimal display related columns to attribute table

Method Details

upgrade() public method

Installs DB schema for a module
public upgrade ( Magento\Framework\Setup\SchemaSetupInterface $setup, Magento\Framework\Setup\ModuleContextInterface $context ) : void
$setup Magento\Framework\Setup\SchemaSetupInterface Setup
$context Magento\Framework\Setup\ModuleContextInterface Context
return void