|
@@ -16,7 +16,7 @@ const shareSchema = new Schema({
|
|
const ProjectSchema = new Schema({
|
|
const ProjectSchema = new Schema({
|
|
"isTwoLevel": { type: Boolean, default: false },
|
|
"isTwoLevel": { type: Boolean, default: false },
|
|
"ID": {type: Number, index: true},
|
|
"ID": {type: Number, index: true},
|
|
- "ParentID": Number,
|
|
|
|
|
|
+ "ParentID": { type: Number, index: true},
|
|
"NextSiblingID": Number,
|
|
"NextSiblingID": Number,
|
|
"userID": {type:String,index: true},
|
|
"userID": {type:String,index: true},
|
|
"importedByInterface": {type: Boolean, default: false},
|
|
"importedByInterface": {type: Boolean, default: false},
|