mirror of https://github.com/Icinga/icinga2.git
0b9317a5bf
Having the command type be a part of the command ID isn't needed anywhere. Removing this simplifies the way we generate IDs in general, because we don't need Prepend() anymore. The command type was only needed to prevent ID collisions within the command_envvar and command_argument tables. Those tables have since been separated into {check,event,notification}command_envvar and {check,event,notification}command_argument tables. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
icingadb-objects.cpp | ||
icingadb-stats.cpp | ||
icingadb-utility.cpp | ||
icingadb.cpp | ||
icingadb.hpp | ||
icingadb.ti | ||
redisconnection.cpp | ||
redisconnection.hpp |