meta data

This commit is contained in:
insanity 2018-07-05 15:49:48 +09:00
parent 0c40aa88b1
commit 97352b8eab

View File

@ -6,6 +6,10 @@ INSERT INTO public.meta_crawler_container
(id , key , "name" )
VALUES
( 2 , 'NETWORK' , 'NETWORK' );
INSERT INTO public.meta_crawler_container
(id , key , "name" )
VALUES
( 3 , 'DISCOVERY' , 'DISCOVERY' );
INSERT INTO public.meta_crawler
( id , key , "name" )
@ -1217,7 +1221,7 @@ INSERT INTO public.meta_display_item_mapping ( id , meta_crawler_mapping_id , me
INSERT INTO public.meta_collection_item
( id , key , item , item_class )
VALUES
( 1 , 'SERVICE_RESPONSE_TIME' , '' , '' );
( 1 , 'ssh.response_time' , '' , '' );
INSERT INTO public.meta_collection_item_mapping