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
parent d892ebce60
commit 3fe6b56628
1 changed files with 2 additions and 2 deletions

View File

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