request_importer_kill_requests¶
- Description
We might want to obsolete this. Usage here was to solve problem of a user leaving control center running on their computer, and then the computer logging out and other users not able to kill the program. This table enabled a user from another computer to enter a user name (the “Kill Auto-Scan for user name” field on control center dashboard main window) in order to send a message to kill process running to other computer. To my knowledge we have never really needed to use this, and with current technique of always leaving control center running on same computer, this might be able to go away.
Columns¶
ID int(11) NOT NULL
- Options
display="true", null="true", search="false", type=""
user_name varchar(255) DEFAULT NULL
- Description
windows user id of person logged into windows
- Options
display="true", null="true", search="false", type=""
last_change timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp()
- Options
display="true", null="true", search="false", type=""