modified the data type of project_id
GitOrigin-RevId: f80b35e2e32ceb2287b2a645eec9fe31e9eceb59
This commit is contained in:
@@ -4,7 +4,7 @@ const { Schema } = mongoose
|
||||
|
||||
const ProjectHistoryFailureSchema = new Schema(
|
||||
{
|
||||
project_id: Schema.Types.ObjectId,
|
||||
project_id: String,
|
||||
ts: Date,
|
||||
queueSize: Number,
|
||||
error: String,
|
||||
|
||||
Reference in New Issue
Block a user