diff --git a/common/schema.h b/common/schema.h index d254d5049..e46a711de 100644 --- a/common/schema.h +++ b/common/schema.h @@ -23,6 +23,7 @@ namespace swss { #define CHASSIS_APP_DB 12 #define CHASSIS_STATE_DB 13 #define APPL_STATE_DB 14 +#define EVENT_DB 19 /***** APPLICATION DATABASE *****/ @@ -567,6 +568,12 @@ namespace swss { #define APP_FABRIC_MONITOR_DATA_TABLE_NAME "FABRIC_MONITOR_TABLE" #define APP_FABRIC_MONITOR_PORT_TABLE_NAME "FABRIC_PORT_TABLE" +#define EVENT_HISTORY_TABLE_NAME "EVENT" +#define EVENT_CURRENT_ALARM_TABLE_NAME "ALARM" +#define EVENT_STATS_TABLE_NAME "EVENT_STATS" +#define EVENT_ALARM_STATS_TABLE_NAME "ALARM_STATS" + + #ifdef __cplusplus } #endif