From 1788a537109f042a88a1eee6d28d19c96ec0c358 Mon Sep 17 00:00:00 2001 From: geek Date: Fri, 22 Jun 2018 11:15:17 +0900 Subject: [PATCH] email token duplication check --- src/main/resources/profiles/local/init.sample.sql | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/resources/profiles/local/init.sample.sql b/src/main/resources/profiles/local/init.sample.sql index a54a55f..829c244 100644 --- a/src/main/resources/profiles/local/init.sample.sql +++ b/src/main/resources/profiles/local/init.sample.sql @@ -125,7 +125,6 @@ INSERT INTO public.infra_host (id, container_infra_host_id, infra_host_machine_i INSERT INTO public.probe_host (infra_host_id,probe_id) VALUES (5,3); INSERT INTO public.probe_host (infra_host_id,probe_id) VALUES (6,3); -INSERT INTO public.probe_host (infra_host_id,probe_id) VALUES (7,3); INSERT INTO public.infra_host_ip ("address", gateway, iface, mac, infra_host_id, meta_ip_type_id) VALUES ('192.168.1.101', NULL, NULL, '44:8a:5b:f1:f1:f3', 2, 1);