Last active
June 5, 2020 03:16
-
-
Save iamdylanngo/8120f31e17a1b2ce7a9441f0d6adb645 to your computer and use it in GitHub Desktop.
magento-data-patch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1, Create code for data patch | |
Setup/Patch/Data | |
2, Install data patch | |
bin/magento set:up | |
Check patch is installed in table: patch_list | |
3, Update dat patch | |
Go to table: patch_list delete Patch | |
Change code | |
Run command: bin/magento set:up | |
4, Uninstall data patch | |
bin/magento module:uninstall --non-composer <Module_Project> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment