init sql
This commit is contained in:
parent
0ef6e83879
commit
e7b6a67cbe
|
@ -12,7 +12,16 @@ INSERT INTO public.meta_infra_type (id,create_date,"name") VALUES (
|
|||
INSERT INTO public.meta_infra_type (id,create_date,"name") VALUES (
|
||||
2,'2017-06-25 17:31:42.894','HOST');
|
||||
INSERT INTO public.meta_infra_type (id,create_date,"name") VALUES (
|
||||
3,'2017-06-25 17:31:42.906','SERVICE');
|
||||
3,'2017-06-25 17:31:42.906','OS');
|
||||
INSERT INTO public.meta_infra_type (id,create_date,"name") VALUES (
|
||||
4,'2017-06-25 17:31:42.906','OS_APPLICATION');
|
||||
INSERT INTO public.meta_infra_type (id,create_date,"name") VALUES (
|
||||
5,'2017-06-25 17:31:42.906','OS_DAEMON');
|
||||
INSERT INTO public.meta_infra_type (id,create_date,"name") VALUES (
|
||||
6,'2017-06-25 17:31:42.906','OS_PORT');
|
||||
INSERT INTO public.meta_infra_type (id,create_date,"name") VALUES (
|
||||
7,'2017-06-25 17:31:42.906','OS_SERVICE');
|
||||
|
||||
|
||||
INSERT INTO public.meta_infra_vendor (id,create_date,"name",type_id) VALUES (
|
||||
1,'2017-06-25 17:31:42.916','APPLE',1);
|
||||
|
|
Loading…
Reference in New Issue
Block a user