Merge branch 'dev' into test
This commit is contained in:
commit
ce6461ff24
1 changed files with 7 additions and 10 deletions
|
|
@ -26,7 +26,7 @@
|
|||
)
|
||||
TABLESPACE pg_default;
|
||||
ALTER TABLE IF EXISTS public.job_position
|
||||
OWNER to ervu;
|
||||
OWNER to ervu_account_applications;
|
||||
|
||||
INSERT INTO public.job_position ("name",code,start_date,close_date) VALUES
|
||||
('Руководитель','MANAGER','2024-10-07 15:39:26.69628',NULL),
|
||||
|
|
@ -47,7 +47,7 @@
|
|||
)
|
||||
TABLESPACE pg_default;
|
||||
ALTER TABLE IF EXISTS public.user_application_document
|
||||
OWNER to ervu;
|
||||
OWNER to ervu_account_applications;
|
||||
</sql>
|
||||
</changeSet>
|
||||
|
||||
|
|
@ -85,7 +85,7 @@
|
|||
)
|
||||
TABLESPACE pg_default;
|
||||
ALTER TABLE IF EXISTS public.user_application_list
|
||||
OWNER to ervu;
|
||||
OWNER to ervu_account_applications;
|
||||
</sql>
|
||||
</changeSet>
|
||||
|
||||
|
|
@ -111,7 +111,7 @@
|
|||
)
|
||||
TABLESPACE pg_default;
|
||||
ALTER TABLE IF EXISTS public.link_user_application_user_group
|
||||
OWNER to ervu;
|
||||
OWNER to ervu_account_applications;
|
||||
GRANT ALL ON TABLE public.link_user_application_user_group TO ervu;
|
||||
</sql>
|
||||
</changeSet>
|
||||
|
|
@ -162,7 +162,7 @@
|
|||
)
|
||||
TABLESPACE pg_default;
|
||||
ALTER TABLE IF EXISTS public.recruitment
|
||||
OWNER to ervu;
|
||||
OWNER to ervu_account_applications;
|
||||
COMMENT ON TABLE public.recruitment
|
||||
IS 'Военный комиссариат';
|
||||
COMMENT ON COLUMN public.recruitment.id
|
||||
|
|
@ -479,7 +479,7 @@
|
|||
)
|
||||
TABLESPACE pg_default;
|
||||
ALTER TABLE IF EXISTS security.org_unit_additional_info
|
||||
OWNER to ervu;
|
||||
OWNER to ervu_account_applications;
|
||||
GRANT ALL ON TABLE security.org_unit_additional_info TO ervu;
|
||||
</sql>
|
||||
</changeSet>
|
||||
|
|
@ -681,7 +681,4 @@
|
|||
('f3d7f57e-58ea-4509-8d58-fb0fd4600ecc','62a03ff4-4b62-435c-a2ff-f7dbe7df2a6d','25d720ff-fa5e-41f2-bbe9-0db90187b0f4','2024-10-18 16:18:20.872589') on conflict do nothing;
|
||||
</sql>
|
||||
</changeSet>
|
||||
|
||||
|
||||
|
||||
</databaseChangeLog>
|
||||
</databaseChangeLog>
|
||||
Loading…
Add table
Add a link
Reference in a new issue