This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Remove duplicate workstations which is identified by workstation_machine_address | |
* | |
* @param void | |
* | |
* @return void | |
*/ | |
public function remove_duplicate_workstations() | |
{ | |
//query to find the workstation duplicates |