From f731f2e8ec0d3478d51be126b56f6cb6bf4dcf3c Mon Sep 17 00:00:00 2001 From: durant <826035498@qq.com> Date: Thu, 28 Nov 2024 17:39:26 +0800 Subject: [PATCH] =?UTF-8?q?feat(backend):=20=E4=BF=AE=E6=94=B9=20mysql=20?= =?UTF-8?q?=E8=A1=A8=E5=A4=A7=E5=B0=8F=E6=97=A5=E5=BF=97=E9=87=87=E9=9B=86?= =?UTF-8?q?=E6=B8=85=E6=B4=97=E5=AD=97=E6=AE=B5=E7=B1=BB=E5=9E=8B=E4=B8=BA?= =?UTF-8?q?=20long=20#8267?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dbm_init/json_files/bklog/mysql_db_table_size.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dbm-ui/backend/dbm_init/json_files/bklog/mysql_db_table_size.json b/dbm-ui/backend/dbm_init/json_files/bklog/mysql_db_table_size.json index 8f91bc1303..9acc0e7a99 100644 --- a/dbm-ui/backend/dbm_init/json_files/bklog/mysql_db_table_size.json +++ b/dbm-ui/backend/dbm_init/json_files/bklog/mysql_db_table_size.json @@ -165,7 +165,7 @@ "is_delete": false, "alias_name": "", "field_name": "db_size", - "field_type": "int", + "field_type": "long", "description": "", "field_index": 7, "is_analyzed": false, @@ -201,7 +201,7 @@ "is_delete": false, "alias_name": "", "field_name": "table_size", - "field_type": "int", + "field_type": "long", "description": "", "field_index": 9, "is_analyzed": false,