summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzhangshuai <[email protected]>2023-03-13 15:32:02 +0800
committerzhangshuai <[email protected]>2023-03-13 15:32:02 +0800
commitcf040ba83c92fd370cff914b1109fa7d1e4fbf8d (patch)
tree6b5cba89a96a5dd39996810341f01b53f51d4949
parentb12bca84e6e047b19a1946cd6e9137a4c85011f3 (diff)
fix: mysql5.7.9 兼容测试dev-3.7-db
-rw-r--r--nz-admin/src/test/resources/testdb/Panel.sql10
1 files changed, 5 insertions, 5 deletions
diff --git a/nz-admin/src/test/resources/testdb/Panel.sql b/nz-admin/src/test/resources/testdb/Panel.sql
index 2bdf1dd6..66b132ae 100644
--- a/nz-admin/src/test/resources/testdb/Panel.sql
+++ b/nz-admin/src/test/resources/testdb/Panel.sql
@@ -1,8 +1,8 @@
truncate visual_panel;
INSERT INTO `visual_panel`(`id`, `name`, `create_by`, `type`, `link`, `pid`, `weight`, `build_in`, `seq`, `param`, `remark`, `uts`) VALUES
-(1, 'panel_1_______________________________this_name_length_is_60', 1, 'dashboard', null, 0, 0, '0', '', '{}', '', 0),
-(2, 'panel_2', 1, 'dashboard', null, 0, 0, '0', '', '{}', '', 0),
-(3, 'panel_3', 1, 'dashboard', null, 0, 0, '0', '', '{}', '', 0),
-(4, 'panel_4', 1, 'dashboard', 0, 10, 20, '1', 'seq', '{"report": {"enable": false,"receivers": [3]}}', '用于复制', 0),
-(5, 'panel_5', 1, 'dashboard', null, 0, 0, '0', '', '{}', '', 0); \ No newline at end of file
+(1, 'panel_1_______________________________this_name_length_is_60', 1, 'dashboard', null, 0, 0, '0', '', '{"report": {"enable": false,"receivers": [2]}}', '', 0),
+(2, 'panel_2', 1, 'dashboard', null, 0, 0, '0', '', '{"report": {"enable": false,"receivers": [5]}}', '', 0),
+(3, 'panel_3', 1, 'dashboard', null, 0, 0, '0', '', '{"report": {"enable": false,"receivers": [3]}}', '', 0),
+(4, 'panel_4', 1, 'dashboard', 0, 10, 20, '1', 'seq', '{"report": {"enable": false,"receivers": [45]}}', '用于复制', 0),
+(5, 'panel_5', 1, 'dashboard', null, 0, 0, '0', '', '{"report": {"enable": false,"receivers": [1]}}', '', 0); \ No newline at end of file