diff options
Diffstat (limited to 'collections/boards.js')
-rw-r--r-- | collections/boards.js | 3 |
1 files changed, 3 insertions, 0 deletions
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, |