Add brand variation id to the Project model.

This commit is contained in:
Paulo Reis
2018-10-10 14:09:47 +01:00
parent ea2782ff22
commit a380feab98
@@ -36,6 +36,7 @@ ProjectSchema = new Schema
deletedDocs : [DeletedDocSchema]
deletedFiles : [DeletedFileSchema]
imageName : { type: String }
brandVariationId : { type: String }
track_changes : { type: Object }
tokens :
readOnly : {