Skip to content

Commit

Permalink
Merge pull request #832 from UofT-Frosh-Orientation/dev
Browse files Browse the repository at this point in the history
last minute retreat fixes
  • Loading branch information
ashleyleal authored Jul 31, 2024
2 parents 1b02573 + b0f4927 commit eb11941
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions server/src/models/UserModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,11 @@ const UserSchema = new mongoose.Schema(
contentType: String,
data: Buffer,
},
isRetreat: {
// used for F!rosh that paid for retreat
type: Boolean,
required: false,
},
},
{ discriminatorKey: 'userType' },
);
Expand Down

0 comments on commit eb11941

Please sign in to comment.