Skip to content

Commit

Permalink
Merge pull request #172 from borkarsaish65/feature/start_end_date
Browse files Browse the repository at this point in the history
savepoint
  • Loading branch information
aks30 authored Dec 19, 2024
2 parents f8f8cbb + 5cfed51 commit 5ff3d97
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions models/programs.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ module.exports = {
},
updatedBy: String,
status: String,
startDate:{
type: Date,
index: true
},
endDate: {
type : Date,
index : true
},
resourceType: [String],
language: [String],
keywords: [String],
Expand Down

0 comments on commit 5ff3d97

Please sign in to comment.