drush ev “drupal_set_installed_schema_version(‘aw_content_mgt’, 8410)”
//ev = evaluate
//drupal_set_installed_schema_version = the function to evaluate
//‘aw_content_mgt’ = function arg1 = the module where your install function exists
//8410 = function arg2 = the install function you want to roll-back to.