mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Allow users to choose SELECT permissions for tables in the Grant Wizard. Fixes #1835
This commit is contained in:
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
Block a user