resetUserAppliedPatches

resetUserAppliedPatches(schemaName: String): Boolean updating;

The resetUserAppliedPatches method of the Schema class resets the information about all patches applied to user schema specified in the schemaName parameter to null ("").

This method returns true if the reset operation was successful or it returns false if the operation fails (that is, a schema that matches the value specified in the schemaName parameter does not exist).

See also the getUserAppliedPatches method, which returns information about the patches applied to all user schemas in the JADE database.