Merge branch 'dev' into test
This commit is contained in:
commit
787d699363
1 changed files with 2 additions and 2 deletions
|
|
@ -112,7 +112,7 @@
|
||||||
TABLESPACE pg_default;
|
TABLESPACE pg_default;
|
||||||
ALTER TABLE IF EXISTS public.link_user_application_user_group
|
ALTER TABLE IF EXISTS public.link_user_application_user_group
|
||||||
OWNER to ervu_account_applications;
|
OWNER to ervu_account_applications;
|
||||||
GRANT ALL ON TABLE public.link_user_application_user_group TO ervu;
|
GRANT ALL ON TABLE public.link_user_application_user_group TO ervu_account_applications;
|
||||||
</sql>
|
</sql>
|
||||||
</changeSet>
|
</changeSet>
|
||||||
|
|
||||||
|
|
@ -480,7 +480,7 @@
|
||||||
TABLESPACE pg_default;
|
TABLESPACE pg_default;
|
||||||
ALTER TABLE IF EXISTS security.org_unit_additional_info
|
ALTER TABLE IF EXISTS security.org_unit_additional_info
|
||||||
OWNER to ervu_account_applications;
|
OWNER to ervu_account_applications;
|
||||||
GRANT ALL ON TABLE security.org_unit_additional_info TO ervu;
|
GRANT ALL ON TABLE security.org_unit_additional_info TO ervu_account_applications;
|
||||||
</sql>
|
</sql>
|
||||||
</changeSet>
|
</changeSet>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue