public int doRun(Map options) {
    String password = (String) globalOptions.get("password");

    SchemaHelper.dropSchema(password, null /*use default from dbDescriptor*/);
    print("Schema dropped.");
    return 0;
  }