Add brand variation id to the Project model.
This commit is contained in:
@@ -36,6 +36,7 @@ ProjectSchema = new Schema
|
||||
deletedDocs : [DeletedDocSchema]
|
||||
deletedFiles : [DeletedFileSchema]
|
||||
imageName : { type: String }
|
||||
brandVariationId : { type: String }
|
||||
track_changes : { type: Object }
|
||||
tokens :
|
||||
readOnly : {
|
||||
|
||||
Reference in New Issue
Block a user