Type
magento2-module
Magento 2 Migration SQL
magento2-module
MIT
None
None
None
None
None
None
Developer tool helps to migrate sql scripts created based on trigger changes.
composer require magekey/module-migration-sql
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]
php bin/magento migration:setup:upgrade
or
php bin/magento setup:upgrade
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
2.2.6