Skip to content

Commit

Permalink
Merge pull request tranSMART-Foundation#12 from anthony-o/fix-for-TRA…
Browse files Browse the repository at this point in the history
…NSREL-126

Fix for TRANSREL-126
  • Loading branch information
ricepeterm authored Sep 2, 2016
2 parents 77f91a9 + 9eb13bb commit 36d6871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/inc/oracle/GrantItem.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class GrantItem extends BasicItem {

@Override
String getData() {
"\nGRANT $permission ON $name TO $owner;\n"
"\nGRANT $permission ON $name TO $owner WITH GRANT OPTION;\n"
}

@Override
Expand Down

0 comments on commit 36d6871

Please sign in to comment.