Skip to content

Commit

Permalink
Fixing "Grants problem for BIOMART.BIO_ASSAY_DATA_ANNOTATION when cre…
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-o committed Jul 7, 2016
1 parent 9a6d8ec commit 9eb13bb
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 9eb13bb

Please sign in to comment.