Showing
1 changed file
with
18 additions
and
0 deletions
... | ... | @@ -7,3 +7,21 @@ INSERT INTO "public"."sys_dict_item"("id", "dict_id", "item_text", "item_value", |
7 | 7 | INSERT INTO "public"."sys_dict_item"("id", "dict_id", "item_text", "item_value", "description", "sort", "status", "tenant_id", "creator", "create_time", "updater", "update_time") VALUES ('376149e9-1e8c-45ae-80e9-b3963ab518d7', '671d5516-ba19-4bfe-a135-5db1dfd920b9', '模版组态删除', 'api:yt:configuration:template:center:delete', '可视化管理/组态/模版', 1, 1, '13814000-1dd2-11b2-8080-808080808080', '80808080-8080-8080-8080-808080808080', '2023-12-13 16:49:01.099506', '80808080-8080-8080-8080-808080808080', '2023-12-13 16:51:47.623122'); |
8 | 8 | INSERT INTO "public"."sys_dict_item"("id", "dict_id", "item_text", "item_value", "description", "sort", "status", "tenant_id", "creator", "create_time", "updater", "update_time") VALUES ('6b8b68b2-808f-417d-b92f-35442e5289e2', '671d5516-ba19-4bfe-a135-5db1dfd920b9', '模版组态新增', 'api:yt:configuration:template:center:post', '可视化管理/组态/模版', 1, 1, '13814000-1dd2-11b2-8080-808080808080', '80808080-8080-8080-8080-808080808080', '2023-12-13 16:48:17.375162', '80808080-8080-8080-8080-808080808080', '2023-12-13 16:49:04.168494'); |
9 | 9 | INSERT INTO "public"."sys_dict_item"("id", "dict_id", "item_text", "item_value", "description", "sort", "status", "tenant_id", "creator", "create_time", "updater", "update_time") VALUES ('7cf1e8a0-dbdd-48b0-920c-b40ee681f55e', '671d5516-ba19-4bfe-a135-5db1dfd920b9', '模版组态编辑', 'api:yt:configuration:template:center:update', '可视化管理/组态/模版', 1, 1, '13814000-1dd2-11b2-8080-808080808080', '80808080-8080-8080-8080-808080808080', '2023-12-13 16:48:04.709476', '80808080-8080-8080-8080-808080808080', '2023-12-13 16:49:07.675075'); |
10 | + | |
11 | +--新增字段 | |
12 | +ALTER TABLE tk_data_board ADD platform varchar; | |
13 | +COMMENT ON COLUMN "public"."tk_data_board"."platform" IS '适用终端,例如:电脑、手机'; | |
14 | + | |
15 | +--修改菜单 | |
16 | +UPDATE "public"."sys_menu" SET "parent_id" = '6beed0bb-df31-43c4-ae38-66c1a24de993', "path" = '/visual/board/detail/:boardId/:boardName/:platform/:organizationId?', "type" = 'SYSADMIN', "permission" = 'data:board:detail:view', "creator" = '80808080-8080-8080-8080-808080808080', "create_time" = '2022-08-30 10:11:53.247675', "updater" = '80808080-8080-8080-8080-808080808080', "update_time" = '2022-08-30 10:12:59.054', "name" = '看板详情', "tenant_id" = '13814000-1dd2-11b2-8080-808080808080', "component" = '/visual/board/detail/index', "redirect" = NULL, "alias" = NULL, "case_sensitive" = NULL, "meta" = '{"icon":"ant-design:radar-chart-outlined","title":"看板详情","isLink":false,"menuType":"1","ignoreKeepAlive":false,"hideMenu":true,"status":"0"}', "sort" = 3 WHERE "id" = '23502e3a-0917-48d2-b100-444588415b0e'; | |
17 | + | |
18 | +--插入电话通知所用字典 | |
19 | +INSERT INTO "public"."sys_dict_item"("id", "dict_id", "item_text", "item_value", "description", "sort", "status", "tenant_id", "creator", "create_time", "updater", "update_time") VALUES ('5a0ce281-e2f3-44cb-9ead-a62d63060e04', 'a1e13e20-cc41-48ea-8085-dfca512911b5', '语音通知', 'VOICE_MESSAGE', '通过语音电话通知', 1, 1, '13814000-1dd2-11b2-8080-808080808080', '80808080-8080-8080-8080-808080808080', '2023-12-13 10:46:02.203451', '80808080-8080-8080-8080-808080808080', '2023-12-13 10:46:15.623905'); | |
20 | +INSERT INTO "public"."sys_dict_item"("id", "dict_id", "item_text", "item_value", "description", "sort", "status", "tenant_id", "creator", "create_time", "updater", "update_time") VALUES ('f8b914da-443d-4215-a6f2-66489156de4a', 'b453de11-b1c5-40f0-a048-3485862d387f', '阿里云语音平台', 'ALI_VOICE', '阿里云语音平台', 1, 1, '13814000-1dd2-11b2-8080-808080808080', '80808080-8080-8080-8080-808080808080', '2023-12-13 10:47:45.358334', NULL, NULL); | |
21 | + | |
22 | + | |
23 | +--插入视频流所用字典 | |
24 | +INSERT INTO "public"."sys_dict"("id", "dict_name", "dict_code", "description", "tenant_id", "creator", "create_time", "updater", "update_time") VALUES ('773c10d0-2eac-4ff4-bd79-42644a8106a8', '流媒体平台类型', 'streaming_media_type', '用于区分流媒体平台类型', '13814000-1dd2-11b2-8080-808080808080', '80808080-8080-8080-8080-808080808080', '2023-12-19 17:19:48.095885', NULL, NULL); | |
25 | + | |
26 | +INSERT INTO "public"."sys_dict_item"("id", "dict_id", "item_text", "item_value", "description", "sort", "status", "tenant_id", "creator", "create_time", "updater", "update_time") VALUES ('9fcf4993-1741-44c3-bf60-06b6381c7c9b', '773c10d0-2eac-4ff4-bd79-42644a8106a8', '萤石平台', '1', NULL, 2, 1, '13814000-1dd2-11b2-8080-808080808080', '80808080-8080-8080-8080-808080808080', '2023-12-19 17:20:22.324817', '80808080-8080-8080-8080-808080808080', '2023-12-19 17:21:31.88749'); | |
27 | +INSERT INTO "public"."sys_dict_item"("id", "dict_id", "item_text", "item_value", "description", "sort", "status", "tenant_id", "creator", "create_time", "updater", "update_time") VALUES ('416ad944-f838-4444-8957-3da28d273b2d', '773c10d0-2eac-4ff4-bd79-42644a8106a8', '海康ISC平台', '0', NULL, 1, 1, '13814000-1dd2-11b2-8080-808080808080', '80808080-8080-8080-8080-808080808080', '2023-12-19 17:20:01.050091', '80808080-8080-8080-8080-808080808080', '2023-12-19 17:20:28.458445'); | ... | ... |