From c75bb9564e4ed72c02bace1d1ce989b9c18e544a Mon Sep 17 00:00:00 2001 From: geek Date: Fri, 11 Aug 2017 16:42:47 +0900 Subject: [PATCH] noauthprobe insert --- src/main/resources/init.sql | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/main/resources/init.sql b/src/main/resources/init.sql index 79af34b..f795b03 100644 --- a/src/main/resources/init.sql +++ b/src/main/resources/init.sql @@ -400,6 +400,12 @@ INSERT INTO public.api_key (api_key,create_date,domain_id) VALUES ( INSERT INTO public.noauth_probe (api_key,create_date,host_name,ip_address,mac_address,temp_probe_key,domain_id,probe_id,status) VALUES ( '52abd6fd57e511e7ac52080027658d13','2017-06-26 12:43:46.877','snoop',3232235980,8796753988883,'1cf2555c57d511e79714080027658d13',1,NULL,3); +INSERT INTO public.noauth_probe (api_key,create_date,host_name,ip_address,mac_address,temp_probe_key,domain_id,probe_id,status) VALUES ( +'52abd6fd57e511e7ac52080027658d14','2017-08-11 12:43:46.877','geek',3232235980,8796753988883,'1cf2555c57d511e79714080027658d14',1,NULL,3); + +INSERT INTO public.noauth_probe (api_key,create_date,host_name,ip_address,mac_address,temp_probe_key,domain_id,probe_id,status) VALUES ( +'52abd6fd57e511e7ac52080027658d15','2017-08-11 12:43:46.877','insanity',3232235980,8796753988883,'1cf2555c57d511e79714080027658d15',1,NULL,3); + INSERT INTO public.infra_machine (create_date,meta) VALUES ( '2017-07-27 19:54:26.677','');