Skip to content

Commit

Permalink
feat: added fields to club shema
Browse files Browse the repository at this point in the history
  • Loading branch information
tejaskh3 committed Oct 7, 2023
1 parent 6742ece commit 9f4d897
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions schema/club/ClubSchema.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ const ClubsSchema = mongoose.Schema({
type: String,
required: true,
},
website: {
type: String,
},
iframe: {
type: String,
},
});

module.exports = mongoose.model("Clubs", ClubsSchema);

0 comments on commit 9f4d897

Please sign in to comment.