Removed "Clean Local Manifest" tool

This commit is contained in:
MikeMaximus
2018-03-02 21:09:47 -06:00
parent c94b8b83da
commit 07b46f10f5
6 changed files with 19 additions and 92 deletions
+3 -1
View File
@@ -475,7 +475,9 @@ Public Class mgrMonitorList
Dim hshParams As Hashtable
Dim oParamList As New List(Of Hashtable)
sSQL = "DELETE FROM gametags "
sSQL = "DELETE FROM manifest "
sSQL &= "WHERE MonitorID = @MonitorID;"
sSQL &= "DELETE FROM gametags "
sSQL &= "WHERE MonitorID = @MonitorID;"
If iSelectDB = mgrSQLite.Database.Local Then
sSQL &= "DELETE FROM sessions "