From 079980005a6b22519fa7c4c88a2a07fef7d2f5b5 Mon Sep 17 00:00:00 2001 From: houjinchuan Date: Fri, 8 Dec 2023 19:05:13 +0800 Subject: [PATCH] =?UTF-8?q?23.12=20=20hbase=E5=88=A0=E9=99=A4=E8=A1=A8?= =?UTF-8?q?=EF=BC=8Cphoenix=E5=88=A0=E9=99=A4=E5=AF=B9=E5=BA=94=E8=A7=86?= =?UTF-8?q?=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../TSG-23.12/hbase/update-hbase.txt | 14 ++++++++++++++ .../TSG-23.12/phoenix/update-phoenix.sql | 3 +++ 2 files changed, 17 insertions(+) create mode 100644 TSG发布版本更新记录/TSG-23.12/hbase/update-hbase.txt create mode 100644 TSG发布版本更新记录/TSG-23.12/phoenix/update-phoenix.sql diff --git a/TSG发布版本更新记录/TSG-23.12/hbase/update-hbase.txt b/TSG发布版本更新记录/TSG-23.12/hbase/update-hbase.txt new file mode 100644 index 0000000..c237645 --- /dev/null +++ b/TSG发布版本更新记录/TSG-23.12/hbase/update-hbase.txt @@ -0,0 +1,14 @@ +disable 'tsg_galaxy:relation_account_framedip' +drop 'tsg_galaxy:relation_account_framedip' + +disable 'tsg_galaxy:relation_framedip_account' +drop 'tsg_galaxy:relation_framedip_account' + +disable 'tsg_galaxy:relation_user_teid' +drop 'tsg_galaxy:relation_user_teid' + +disable 'tsg_galaxy:gtpc_knowledge_base' +drop 'tsg_galaxy:gtpc_knowledge_base' + +disable 'tsg_galaxy:recommendation_app_cip' +drop 'tsg_galaxy:recommendation_app_cip' diff --git a/TSG发布版本更新记录/TSG-23.12/phoenix/update-phoenix.sql b/TSG发布版本更新记录/TSG-23.12/phoenix/update-phoenix.sql new file mode 100644 index 0000000..f1798a2 --- /dev/null +++ b/TSG发布版本更新记录/TSG-23.12/phoenix/update-phoenix.sql @@ -0,0 +1,3 @@ +DROP view IF EXISTS "tsg_galaxy"."relation_account_framedip"; +DROP view IF EXISTS "tsg_galaxy"."gtpc_knowledge_base"; +DROP view IF EXISTS "tsg_galaxy"."recommendation_app_cip"; \ No newline at end of file