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 sequences in the Grant Wizard. Fixes #1835
This commit is contained in:
parent
f9320811d7
commit
a0aaa80029
@ -17,7 +17,7 @@
|
||||
},
|
||||
"sequence": {
|
||||
"type": "SEQUENCE",
|
||||
"acl": ["w", "U"]
|
||||
"acl": ["r", "w", "U"]
|
||||
},
|
||||
"function": {
|
||||
"type": "FUNCTION",
|
||||
|
@ -17,7 +17,7 @@
|
||||
},
|
||||
"sequence": {
|
||||
"type": "SEQUENCE",
|
||||
"acl": ["w", "U"]
|
||||
"acl": ["r", "w", "U"]
|
||||
},
|
||||
"function": {
|
||||
"type": "FUNCTION",
|
||||
|
Loading…
Reference in New Issue
Block a user