liquibase / liquibase-oracle

Liquibase extension to add improved Oracle support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Grant option to ora:grantObjectPermission

zpanderson opened this issue · comments

It would be nice to have the "grant option" added to grantObjectPermission

<sql>grant select,insert,update,delete on ${tableName} to ${schema} with grant option</sql>

to

<ora:grantObjectPermission recipientList="${schema}" objectName="${tableName}" select="true" insert="true" update="true" delete="true" grant="true"/>

┆Issue is synchronized with this Jira Bug by Unito