added to the background object to the Boards collection.

This commit is contained in:
Yasar icli 2015-05-13 11:29:31 +03:00
parent b79b7ec18e
commit 7de25da94c

View file

@ -14,6 +14,9 @@ Boards.attachSchema(new SimpleSchema({
type: Date,
denyUpdate: true
},
background: {
type: Object
},
// XXX Inconsistent field naming
modifiedAt: {
type: Date,