ConfigObject: Introduce new icingadb_identifier attr

This commit is contained in:
Yonas Habteab 2022-09-09 13:16:02 +02:00
parent 14e4f6b921
commit 07e60c1961

View File

@ -88,6 +88,7 @@ abstract class ConfigObject : ConfigObjectBase < ConfigType
[state, no_user_modify] double version {
default {{{ return 0; }}}
};
[no_user_view, no_user_modify] String icingadb_identifier;
};
}