Skip to content

Commit 9c9702c

Browse files
Update user.ex
1 parent 9ca2fa7 commit 9c9702c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/cadet/accounts/user.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ defmodule Cadet.Accounts.User do
1414
field(:name, :string)
1515
field(:role, Role)
1616
field(:nusnet_id, :string)
17+
field(:collectibles, :map)
1718
belongs_to(:group, Group)
1819
timestamps()
1920
end

0 commit comments

Comments
 (0)