mirror of https://github.com/Icinga/icinga2.git
parent
d0af8a226b
commit
097e0bf4f4
|
@ -370,14 +370,14 @@ void DbConnection::PrepareDatabase(void)
|
||||||
//ClearConfigTable("hoststatus");
|
//ClearConfigTable("hoststatus");
|
||||||
ClearConfigTable("programstatus");
|
ClearConfigTable("programstatus");
|
||||||
ClearConfigTable("scheduleddowntime");
|
ClearConfigTable("scheduleddowntime");
|
||||||
//ClearConfigTable("service_contactgroups");
|
ClearConfigTable("service_contactgroups");
|
||||||
//ClearConfigTable("service_contacts");
|
ClearConfigTable("service_contacts");
|
||||||
ClearConfigTable("servicedependencies");
|
ClearConfigTable("servicedependencies");
|
||||||
//ClearConfigTable("servicegroup_members");
|
ClearConfigTable("servicegroup_members");
|
||||||
//ClearConfigTable("servicegroups");
|
//ClearConfigTable("servicegroups");
|
||||||
//ClearConfigTable("services");
|
//ClearConfigTable("services");
|
||||||
//ClearConfigTable("servicestatus");
|
//ClearConfigTable("servicestatus");
|
||||||
//ClearConfigTable("timeperiod_timeranges");
|
ClearConfigTable("timeperiod_timeranges");
|
||||||
//ClearConfigTable("timeperiods");
|
//ClearConfigTable("timeperiods");
|
||||||
|
|
||||||
BOOST_FOREACH(const DbType::Ptr& type, DbType::GetAllTypes()) {
|
BOOST_FOREACH(const DbType::Ptr& type, DbType::GetAllTypes()) {
|
||||||
|
|
Loading…
Reference in New Issue