oxidio/doctrine-migration-wrapper
Composer 安装命令:
composer require oxidio/doctrine-migration-wrapper
包简介
OXID eShop database migrations using doctrine
README 文档
README
Current component allows to execute doctrine migration binary for active eShop edition and with database configured from the eShop installation itself. The following different logic is applied during the execution of different migration scripts suites within different eShop editions:
- Community edition migrations - executed always;
- Professional edition migrations - executed when eShop has Professional edition or Enterprise edition;
- Enterprise edition migrations - executed when eShop has Enterprise edition;
- Project specific migrations - executed always;
Keep in mind that the migration suite is executed only when it is able to find at least one migration script.
Recommended way to update your OXID eShop
vendor/bin/oe-eshop-db_migrate migrations:migrate
Possible ways to use
- Use composer command oe:migration:run to run exsting migrations.
- Use composer command oe:migration:new to generate new migration.
- Run bash script:
vendor/bin/oe-eshop-doctrine_migrationto run existing migrations. - Run bash script:
vendor/bin/oe-eshop-doctrine_migrationDOCTRINE_COMMAND to execute specific command. - Run PHP script
vendor/oxid-esales/migrate.php migrations:migrateto run existing migrations. - Run PHP script
vendor/oxid-esales/migrate.phpDOCTRINE_COMMAND to execute specific command. - Use class
MigrationsorMigrationsBuilder
Bugs and Issues
If you experience any bugs or issues, please report them in the section OXID eShop (all versions) of https://bugs.oxid-esales.com.
统计信息
- 总下载量: 603
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0-only
- 更新时间: 2018-12-04