mirror of
https://github.com/plankanban/planka.git
synced 2025-07-23 15:19:44 +02:00
Add phone and organization fields to user
This commit is contained in:
parent
c4acb3eb24
commit
f3e0cadca6
11 changed files with 102 additions and 13 deletions
|
@ -37,6 +37,8 @@ export default class extends Model {
|
|||
email: attr(),
|
||||
name: attr(),
|
||||
avatar: attr(),
|
||||
phone: attr(),
|
||||
organization: attr(),
|
||||
deletedAt: attr(),
|
||||
isAdmin: attr({
|
||||
getDefault: () => false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue