mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-27 10:33:22 +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]
|
deletedDocs : [DeletedDocSchema]
|
||||||
deletedFiles : [DeletedFileSchema]
|
deletedFiles : [DeletedFileSchema]
|
||||||
imageName : { type: String }
|
imageName : { type: String }
|
||||||
|
brandVariationId : { type: String }
|
||||||
track_changes : { type: Object }
|
track_changes : { type: Object }
|
||||||
tokens :
|
tokens :
|
||||||
readOnly : {
|
readOnly : {
|
||||||
|
|
Loading…
Reference in a new issue