Allow users to choose SELECT permissions for tables in the Grant Wizard. Fixes #1835
parent
bde3dd845b
commit
f9320811d7
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue