Added settings to User schema
This commit is contained in:
parent
88774565ba
commit
f329f2ff45
@ -67,6 +67,15 @@ users_schema = {
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
'settings': {
|
||||
'type': 'dict',
|
||||
'schema': {
|
||||
'email_communications': {
|
||||
'type': 'integer',
|
||||
'allowed': [0, 1]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user