4.6.3-alpha1 (#529)
This commit is contained in:
@@ -70,6 +70,15 @@ const DatasetDataSchema = new Schema({
|
||||
}
|
||||
],
|
||||
default: []
|
||||
},
|
||||
// metadata
|
||||
updateTime: {
|
||||
type: Date,
|
||||
default: () => new Date()
|
||||
},
|
||||
chunkIndex: {
|
||||
type: Number,
|
||||
default: 0
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user