fixed bug
This commit is contained in:
parent
6d78cf5795
commit
55d1b7ec4f
|
@ -298,7 +298,7 @@ INSERT INTO public.meta_sensor_status (id,"name") VALUES (
|
|||
INSERT INTO public.meta_sensor_status (id,"name") VALUES (
|
||||
2,'STOPPED');
|
||||
|
||||
IINSERT INTO meta_sensor_item_type (id,create_date,description,name) VALUES (
|
||||
INSERT INTO meta_sensor_item_type (id,create_date,description,name) VALUES (
|
||||
'1','2017-06-26 19:49','CPU blah blah blah','CPU');
|
||||
INSERT INTO meta_sensor_item_type (id,create_date,description,name) VALUES (
|
||||
'2','2017-06-26 19:49','MEMORY blah blah blah','MEMORY');
|
||||
|
|
Loading…
Reference in New Issue
Block a user