mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-26 17:14:18 +00:00
Add brand variation id to the Project model.
This commit is contained in:
parent
ea2782ff22
commit
a380feab98
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ ProjectSchema = new Schema
|
|||
deletedDocs : [DeletedDocSchema]
|
||||
deletedFiles : [DeletedFileSchema]
|
||||
imageName : { type: String }
|
||||
brandVariationId : { type: String }
|
||||
track_changes : { type: Object }
|
||||
tokens :
|
||||
readOnly : {
|
||||
|
|
Loading…
Reference in a new issue