update_index_status 等schema刷新占位

This commit is contained in:
obdev
2024-02-08 14:30:24 +00:00
committed by ob-robot
parent db4e6a9d92
commit f4e0374fb1
8 changed files with 91 additions and 3 deletions

View File

@ -2804,7 +2804,8 @@ def_table_schema(
('user_message', 'longtext', 'true'),
('dba_message', 'varchar:OB_MAX_ERROR_MSG_LEN', 'true'),
('parent_task_id', 'int', 'false', 0),
('trace_id', 'varchar:OB_MAX_TRACE_ID_BUFFER_SIZE', 'true')
('trace_id', 'varchar:OB_MAX_TRACE_ID_BUFFER_SIZE', 'true'),
('consensus_schema_version', 'int', 'false', '-1')
],
)
@ -2955,6 +2956,7 @@ def_table_schema(
('ddl_stmt_str', 'longtext', 'true'),
('ret_code', 'int', 'false', '0'),
('message', 'longtext', 'true'),
('consensus_schema_version', 'int', 'false', '-1'),
],
)