email token duplication check

This commit is contained in:
geek 2018-06-22 11:15:17 +09:00
parent f72126c964
commit 1788a53710

View File

@ -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);