modified the data type of project_id

GitOrigin-RevId: f80b35e2e32ceb2287b2a645eec9fe31e9eceb59
This commit is contained in:
Davinder Singh 2023-07-12 11:02:53 +01:00 committed by Copybot
parent 75dc1dd2a1
commit a5fdfe4f7f

View file

@ -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,