Add brand variation id to the Project model.

This commit is contained in:
Paulo Reis 2018-10-09 11:12:59 +01:00
parent ea2782ff22
commit a380feab98

View file

@ -36,6 +36,7 @@ ProjectSchema = new Schema
deletedDocs : [DeletedDocSchema]
deletedFiles : [DeletedFileSchema]
imageName : { type: String }
brandVariationId : { type: String }
track_changes : { type: Object }
tokens :
readOnly : {