Skip to content

Commit

Permalink
[premieroctet#45] Add looking_for_opportunities 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 c81c624 commit f1845a9
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 @@ -118,6 +118,10 @@ const UserSchema = new Schema({
searched_job: {
type: String,
required: false
},
looking_for_opportunities: {
type: Boolean,
required: false
}
}, {...schemaOptions, ...DISCRIMINATOR_KEY})

Expand Down

0 comments on commit f1845a9

Please sign in to comment.