refactor: rename role.options -> role.policies
This commit is contained in:
parent
518b3e2f73
commit
81f11d8f86
53 changed files with 254 additions and 232 deletions
|
|
@ -458,5 +458,5 @@ export class Meta {
|
|||
@Column('jsonb', {
|
||||
default: { },
|
||||
})
|
||||
public defaultRoleOverride: Record<string, any>;
|
||||
public policies: Record<string, any>;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -136,7 +136,7 @@ export class Role {
|
|||
@Column('jsonb', {
|
||||
default: { },
|
||||
})
|
||||
public options: Record<string, {
|
||||
public policies: Record<string, {
|
||||
useDefault: boolean;
|
||||
priority: number;
|
||||
value: any;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue