Download the PHP package magekey/module-migration-sql without Composer
On this page you can find all versions of the php package magekey/module-migration-sql. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package module-migration-sql
Magento 2 Migration SQL
Developer tool helps to migrate sql scripts created based on trigger changes.
Features:
- Create / delete triggers for table(s)
- Push changes to sql file.
Installing the Extension
composer require magekey/module-migration-sql
Using the Extension
php bin/magento migration:trigger:create cms_block cms_page
Do insert/update/delete changes with those tables
php bin/magento migration:trigger:delete
php bin/magento migration:trigger:push [migration_name] [--module Vendor_Module]
Apply changes
php bin/magento migration:setup:upgrade
or
php bin/magento setup:upgrade
Deployment
php bin/magento maintenance:enable #Enable maintenance mode
php bin/magento setup:upgrade #Updates the Magento software
php bin/magento setup:di:compile #Compile dependencies
php bin/magento setup:static-content:deploy #Deploys static view files
php bin/magento cache:flush #Flush cache
php bin/magento maintenance:disable #Disable maintenance mode
Versions tested
2.2.6
All versions of module-migration-sql with dependencies
PHP Build Version
Package Version
No informations.
The package magekey/module-migration-sql contains the following files
Loading the files please wait ....