mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
modified the data type of project_id
GitOrigin-RevId: f80b35e2e32ceb2287b2a645eec9fe31e9eceb59
This commit is contained in:
parent
75dc1dd2a1
commit
a5fdfe4f7f
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue