Skip to content

Commit 5b050df

Browse files
authored
Merge pull request #53 from CS3219-AY2425S1/hist
Update history model
2 parents 07e1513 + 43c26c8 commit 5b050df

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Backend/HistoryService/models/Histories.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ const HistorySchema = new mongoose.Schema({
2121
duration: {
2222
type: Number, // Duration in minutes for the individual user
2323
required: true
24-
},
25-
code: {
26-
type: Number, // Store the code as binary file
27-
required: true
2824
}
2925
});
3026

0 commit comments

Comments
 (0)