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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user