Allow users to choose SELECT permissions for tables in the Grant Wizard. Fixes #1835

pull/3/head
Dave Page 2016-10-06 09:56:44 +01:00
parent bde3dd845b
commit f9320811d7
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
},
"table": {
"type": "TABLE",
"acl": ["a", "w", "d", "D", "x", "t"]
"acl": ["a", "r", "w", "d", "D", "x", "t"]
},
"sequence": {
"type": "SEQUENCE",

View File

@ -13,7 +13,7 @@
},
"table": {
"type": "TABLE",
"acl": ["a", "w", "d", "D", "x", "t"]
"acl": ["a", "r", "w", "d", "D", "x", "t"]
},
"sequence": {
"type": "SEQUENCE",