refactor: rename role.options -> role.policies
This commit is contained in:
@@ -458,5 +458,5 @@ export class Meta {
|
||||
@Column('jsonb', {
|
||||
default: { },
|
||||
})
|
||||
public defaultRoleOverride: Record<string, any>;
|
||||
public policies: Record<string, any>;
|
||||
}
|
||||
|
Reference in New Issue
Block a user