From abfe1cf2cd378b4f8b74b91e4757bd7f70332676 Mon Sep 17 00:00:00 2001 From: obdev Date: Wed, 20 Dec 2023 13:13:10 +0000 Subject: [PATCH] revise placeholder for drop column instant. --- src/share/inner_table/ob_inner_table_schema_def.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/share/inner_table/ob_inner_table_schema_def.py b/src/share/inner_table/ob_inner_table_schema_def.py index 2fa2d3f86a..c338ecfbf9 100644 --- a/src/share/inner_table/ob_inner_table_schema_def.py +++ b/src/share/inner_table/ob_inner_table_schema_def.py @@ -50615,6 +50615,9 @@ def_table_schema( """.replace("\n", " ") ) # 25279: DBA_OB_LS_REPLICA_TASK_HISTORY +# 25280: ALL_UNUSED_COL_TABS +# 25281: DBA_UNUSED_COL_TABS +# 25282: USER_UNUSED_COL_TABS # 余留位置 @@ -56896,9 +56899,6 @@ def_table_schema( # 28217: GV$OB_SHARE_STORAGE_QUOTA_ASSIGNMENT # 28218: V$OB_SHARE_STORAGE_QUOTA_ASSIGNMENT -# 28219: ALL_UNUSED_COL_TABS -# 28220: DBA_UNUSED_COL_TABS -# 28221: USER_UNUSED_COL_TABS # 28222: DBA_MVIEW_LOGS # 28223: ALL_MVIEW_LOGS