Skip to content

Commit

Permalink
[premieroctet#45] Add searched_job attribute to user
Browse files Browse the repository at this point in the history
  • Loading branch information
Bastien-Wappizy committed Aug 26, 2024
1 parent 7c20b26 commit c81c624
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions backend/web/server/plugins/cyberleague/schemas/UserSchema.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,10 @@ const UserSchema = new Schema({
current_cursus: {
type: String,
required: false
},
searched_job: {
type: String,
required: false
}
}, {...schemaOptions, ...DISCRIMINATOR_KEY})

Expand Down

0 comments on commit c81c624

Please sign in to comment.