DB IDO: Don't clear endpoint* tables on start/reload

fixes #9586
This commit is contained in:
Michael Friedrich 2015-07-08 13:58:12 +02:00 committed by Gunnar Beutner
parent c2da4869a6
commit 8545c5023a
1 changed files with 2 additions and 2 deletions

View File

@ -410,8 +410,8 @@ void DbConnection::PrepareDatabase(void)
//ClearConfigTable("contactstatus");
ClearConfigTable("customvariables");
ClearConfigTable("customvariablestatus");
ClearConfigTable("endpoints");
ClearConfigTable("endpointstatus");
//ClearConfigTable("endpoints");
//ClearConfigTable("endpointstatus");
ClearConfigTable("host_contactgroups");
ClearConfigTable("host_contacts");
ClearConfigTable("host_parenthosts");