Skip to content

Instantly share code, notes, and snippets.

@iamdylanngo
Last active June 5, 2020 03:16
Show Gist options
  • Save iamdylanngo/8120f31e17a1b2ce7a9441f0d6adb645 to your computer and use it in GitHub Desktop.
Save iamdylanngo/8120f31e17a1b2ce7a9441f0d6adb645 to your computer and use it in GitHub Desktop.
magento-data-patch
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