Add storages to RoleDefinition
This commit is contained in:
parent
defc715275
commit
f44751f7d7
@ -427,6 +427,7 @@ impl ValidationRule {
|
||||
pub struct RoleDefinition {
|
||||
pub members: Vec<Member>,
|
||||
pub validation_rules: Vec<ValidationRule>,
|
||||
pub storages: Vec<String>,
|
||||
}
|
||||
|
||||
impl RoleDefinition {
|
||||
|
Loading…
x
Reference in New Issue
Block a user