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 f8f8cbb commit 5cfed51
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 5cfed51

Please sign in to comment.