I am doing manul execution from root/admin user to grant previledge to any user for new tables
I am unable to find any solution to do the same with changelog file.
Kindly help me out or give some guidance.
I am doing manul execution from root/admin user to grant previledge to any user for new tables
I am unable to find any solution to do the same with changelog file.
Kindly help me out or give some guidance.
What DBMS platform are you using? What Liquibase file format are you using?
Normally the table owner would just run a grant statement:
grant select on table1 to user1;
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| Handling access privilege in liquibase | 5 | 6794 | August 21, 2022 | |
| Privilleges for liquibase user | 0 | 214 | July 24, 2023 | |
| ORA-01031: insufficient privileges | 9 | 6784 | May 4, 2021 | |
| Grant em table via liquibase | 2 | 368 | October 19, 2021 | |
| generateChangeLog - required priveges? (Oracle) | 1 | 405 | January 14, 2022 |