Calculation recorsively up completed!

This commit is contained in:
Paolo Arena
2019-04-06 21:52:34 +02:00
parent d40297acb3
commit 1856818d3a
5 changed files with 12 additions and 12 deletions

View File

@@ -41,7 +41,7 @@ var ProjectSchema = new mongoose.Schema({
priority: {
type: Number,
},
status: {
statusproj: {
type: Number,
default: 0
},