Advertisement
Guest User

Untitled

a guest
Apr 10th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. UPDATE setup_module SET schema_version = 'x', data_version = 'x' WHERE 'MODULE_NAME' = 'module';
  2.  
  3. //Add admin
  4.  
  5. php bin/magento admin:user:create --admin-user='admin2' --admin-password='123123q' --admin-email='admin2@admin.com' --admin-firstname='Admin2' --admin-lastname='Admin2'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement