diff options
Diffstat (limited to 'create/schema/schema_new.sql')
| -rw-r--r-- | create/schema/schema_new.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/create/schema/schema_new.sql b/create/schema/schema_new.sql index 922e649b..a6cdbf80 100644 --- a/create/schema/schema_new.sql +++ b/create/schema/schema_new.sql @@ -31,6 +31,7 @@ FIELD |slave_history |t_integer |'30' |NOT NULL | FIELD |slave_trends |t_integer |'365' |NOT NULL | FIELD |event_lastid |t_id |'0' |NOT NULL | FIELD |event_maxid |t_id |'0' |NOT NULL | +FIELD |alert_maxid |t_id |'0' |NOT NULL | FIELD |history_lastid |t_bigint |'0' |NOT NULL | FIELD |history_str_lastid|t_bigint |'0' |NOT NULL | FIELD |history_uint_lastid|t_bigint |'0' |NOT NULL | |
