diff options
Diffstat (limited to 'collections/boards.js')
-rw-r--r-- | collections/boards.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/collections/boards.js b/collections/boards.js index ed899577..e406b10c 100644 --- a/collections/boards.js +++ b/collections/boards.js @@ -14,9 +14,6 @@ Boards.attachSchema(new SimpleSchema({ type: Date, denyUpdate: true }, - background: { - type: Object - }, // XXX Inconsistent field naming modifiedAt: { type: Date, |