Skip to content

Commit

Permalink
Merge pull request #198 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 4f9d913 + a33d03d commit ef74c56
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 @@ -17,6 +17,14 @@ module.exports = {
type : String,
index : true
},
startDate:{
type: Date,
index: true
},
endDate: {
type : Date,
index : true
},
resourceType: [String],
language: [String],
keywords: [String],
Expand Down

0 comments on commit ef74c56

Please sign in to comment.