fixed typos in database
parent
8c802a31ed
commit
b5cde605d7
|
@ -148,7 +148,7 @@ VALUES
|
||||||
(3, '示例Bacnet/IP数据源', 'e2d5b30b-b554-4ebe-8ce7-f377ab380d19', 1, 'bacnet-ip', '{"host":"192.168.0.3", "port":47808}'),
|
(3, '示例Bacnet/IP数据源', 'e2d5b30b-b554-4ebe-8ce7-f377ab380d19', 1, 'bacnet-ip', '{"host":"192.168.0.3", "port":47808}'),
|
||||||
(4, '示例S7数据源', '9eb0d705-d02a-43f8-9c62-7e5ef508b255', 1, 's7', '{"host":"192.168.0.4", "port":102, "rack": 0, "slot": 2}'),
|
(4, '示例S7数据源', '9eb0d705-d02a-43f8-9c62-7e5ef508b255', 1, 's7', '{"host":"192.168.0.4", "port":102, "rack": 0, "slot": 2}'),
|
||||||
(5, '示例ControlLogix数据源', 'd1dc9792-7861-4dd3-9b01-07511dae16c1', 1, 'control-logix', '{"host":"192.168.0.5","port":44818,"processorslot":3}'),
|
(5, '示例ControlLogix数据源', 'd1dc9792-7861-4dd3-9b01-07511dae16c1', 1, 'control-logix', '{"host":"192.168.0.5","port":44818,"processorslot":3}'),
|
||||||
(6, '示例OPU UA数据源', '56e1c642-8032-495b-af2e-18a77ca75e0f', 1, 'opc-ua', '{"url":"opc.tcp://192.168.0.6:49320/OPCUA/SimulationServer/"}')
|
(6, '示例OPU UA数据源', '56e1c642-8032-495b-af2e-18a77ca75e0f', 1, 'opc-ua', '{"url":"opc.tcp://192.168.0.6:49320/OPCUA/SimulationServer/"}'),
|
||||||
(7, '示例天气数据源', '9bff8e95-c7c9-4002-b040-08a96ae196b5', 1, 'weather', '{"base_url":"WEATHER_API_URL", "location":"beijing", "key":"APPKEY"}');
|
(7, '示例天气数据源', '9bff8e95-c7c9-4002-b040-08a96ae196b5', 1, 'weather', '{"base_url":"WEATHER_API_URL", "location":"beijing", "key":"APPKEY"}');
|
||||||
COMMIT;
|
COMMIT;
|
||||||
|
|
||||||
|
@ -971,7 +971,7 @@ START TRANSACTION;
|
||||||
USE `myems_system_db`;
|
USE `myems_system_db`;
|
||||||
|
|
||||||
INSERT INTO `myems_system_db`.`tbl_stores_points`
|
INSERT INTO `myems_system_db`.`tbl_stores_points`
|
||||||
(`id`, store_id`, `point_id`)
|
(`id`, `store_id`, `point_id`)
|
||||||
VALUES
|
VALUES
|
||||||
(1, 3, 2000001),
|
(1, 3, 2000001),
|
||||||
(2, 3, 2000002),
|
(2, 3, 2000002),
|
||||||
|
|
Loading…
Reference in New Issue