Skip to content

Commit

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

0 comments on commit 2d5f617

Please sign in to comment.