Skip to content

Commit

Permalink
Cyberleague: [premieroctet#173] Add company_description field to carr…
Browse files Browse the repository at this point in the history
…eer schema
  • Loading branch information
Bastien-Wappizy committed Oct 2, 2024
1 parent 60bbc6d commit 65f27da
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ const CarreerSchema = new Schema(
}],
default: []
},
company_description: {
type: String,
required: false
},
},
schemaOptions
)
Expand Down

0 comments on commit 65f27da

Please sign in to comment.