Skip to content

Commit

Permalink
Add v1.4 to request model
Browse files Browse the repository at this point in the history
  • Loading branch information
keitharm committed Jul 5, 2022
1 parent d97b3ea commit 2ff5b0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions models/Request.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ const requestSchema = mongoose.Schema({
'1_1': Number,
'1_2': Number,
'1_3': Number,
'1_4': Number,
'bandwidth': Number
});
requestSchema.index({date: 1}, {unique: true});
Expand Down

0 comments on commit 2ff5b0f

Please sign in to comment.