Skip to content

Commit

Permalink
savepoint
Browse files Browse the repository at this point in the history
  • Loading branch information
borkarsaish65 committed Dec 19, 2024
1 parent 4f9d913 commit a33d03d
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 a33d03d

Please sign in to comment.