Skip to content

Commit ae5676e

Browse files
committed
extend changeset with new fields
1 parent 8947b87 commit ae5676e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/algora/accounts/schemas/user.ex

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,9 @@ defmodule Algora.Accounts.User do
531531
:last_job_match_email_at,
532532
:last_dm_date,
533533
:candidate_notes,
534-
:dm_thread_url
534+
:dm_thread_url,
535+
:linkedin_url,
536+
:employment_info
535537
])
536538
end
537539

0 commit comments

Comments
 (0)