addded test

This commit is contained in:
snoop 2017-06-26 11:44:28 +09:00
parent 95dcd64f3e
commit bdc79b2b52

View File

@ -193,4 +193,11 @@ INSERT INTO public."domain" (id,create_date,"name") VALUES (
1,'2017-06-26 11:25:44.866','overFlow''s domain');
INSERT INTO public.domain_member (id,create_date,domain_id,member_id) VALUES (
1,'2017-06-26 11:27:43.023',1,1);
1,'2017-06-26 11:27:43.023',1,1);
INSERT INTO public.noauth_probe (id,api_key,create_date,host_name,ip_address,mac_address,status,temp_probe_key,domain_id,probe_id) VALUES (
1,NULL,'2017-06-26 11:42:12.392','snoop',3232235980,8796753988883,'P','1cf2555c57d511e79714080027658d13',1,NULL);
INSERT INTO public.probe (id,create_date,description,encryption_key,last_polling_date,next_polling_date,probe_key,status,domain_id) VALUES (
1,'2017-06-26 11:43:25.155','snoop probe','9c8d41ab57de11e7a2c9080027658d13',NULL,NULL,'a1e1710557de11e78799080027658d13','I',1);