From 7de25da94c2ccc806ec967dc73a863617a7ecef9 Mon Sep 17 00:00:00 2001 From: Yasar icli Date: Wed, 13 May 2015 11:29:31 +0300 Subject: added to the background object to the Boards collection. --- collections/boards.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'collections/boards.js') diff --git a/collections/boards.js b/collections/boards.js index e406b10c..ed899577 100644 --- a/collections/boards.js +++ b/collections/boards.js @@ -14,6 +14,9 @@ Boards.attachSchema(new SimpleSchema({ type: Date, denyUpdate: true }, + background: { + type: Object + }, // XXX Inconsistent field naming modifiedAt: { type: Date, -- cgit v1.2.3-1-g7c22