diff --git a/src/main/resources/local/init.sql b/src/main/resources/local/init.sql index 94441cc..e15a164 100644 --- a/src/main/resources/local/init.sql +++ b/src/main/resources/local/init.sql @@ -946,7 +946,7 @@ INSERT INTO public.infra_host_ip (id, infra_host_id, meta_ip_type_id, "address", INSERT INTO public.infra_host_port (id, infra_host_id, meta_port_type_id, port) VALUES (1, 2, 1, 5432); INSERT INTO public.infra_host_machine (id, infra_host_id, meta) VALUES (1, 2, '{"vendor": "Micro-Star International Co., Ltd.", "product": "GP60 2QF (To be filled by O.E.M.)", "version": "REV:1.0", "serial": "9S716GH21875ZF1000339"}'); -INSERT INTO public.infra_host_os (id, infra_host_id, os, platform, platform_family, platform_version, kernel_version, host_id) VALUES (1, 2, 'linux', 'ubuntu', 'debian', '', '4.4.0-93-generic', '03000200-0400-0500-0006-000700080009'); +INSERT INTO public.infra_host_os (id, infra_host_id, "name", os, platform, platform_family, platform_version, kernel_version, host_id) VALUES (1, 2, 'geek-ubuntu', 'linux', 'ubuntu', 'debian', '', '4.4.0-93-generic', '03000200-0400-0500-0006-000700080009'); INSERT INTO public.infra_host_application (id, infra_host_id, "name") VALUES (1, 2, 'Apache Httpd');