Skip to content

Instantly share code, notes, and snippets.

@mrtuvn
Last active February 22, 2020 03:54
Show Gist options
  • Save mrtuvn/f63c6621820c806164d5782ffcedb25f to your computer and use it in GitHub Desktop.
Save mrtuvn/f63c6621820c806164d5782ffcedb25f to your computer and use it in GitHub Desktop.

UPDATE setup_module SET schema_version = 'x', data_version = 'x' WHERE 'MODULE_NAME' = 'module';

//Add admin

php bin/magento admin:user:create --admin-user='admin2' --admin-password='123123q' --admin-email='[email protected]' --admin-firstname='Admin2' --admin-lastname='Admin2'

//git log find magento ticket git log origin/2.4-develop --grep 'MAGETWO-95311'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment