23.12 hbase删除表,phoenix删除对应视图
This commit is contained in:
14
TSG发布版本更新记录/TSG-23.12/hbase/update-hbase.txt
Normal file
14
TSG发布版本更新记录/TSG-23.12/hbase/update-hbase.txt
Normal file
@@ -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'
|
||||
3
TSG发布版本更新记录/TSG-23.12/phoenix/update-phoenix.sql
Normal file
3
TSG发布版本更新记录/TSG-23.12/phoenix/update-phoenix.sql
Normal file
@@ -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";
|
||||
Reference in New Issue
Block a user