summaryrefslogtreecommitdiffstats
path: root/collections/boards.js
diff options
context:
space:
mode:
authorMaxime Quandalle <maxime@quandalle.com>2015-05-13 14:49:42 +0200
committerMaxime Quandalle <maxime@quandalle.com>2015-05-13 14:49:42 +0200
commit2cc820632b3db3f8c0e028aa0f8b6d68854c7fc0 (patch)
tree8784e3f07a1436ac1974383309fbec218a807b83 /collections/boards.js
parente9e98b5e877287aa35a0fa35a1f91227289656c9 (diff)
downloadwekan-2cc820632b3db3f8c0e028aa0f8b6d68854c7fc0.tar.gz
wekan-2cc820632b3db3f8c0e028aa0f8b6d68854c7fc0.tar.bz2
wekan-2cc820632b3db3f8c0e028aa0f8b6d68854c7fc0.zip
Revert "added to the background object to the Boards collection."
This reverts commit 7de25da94c2ccc806ec967dc73a863617a7ecef9.
Diffstat (limited to 'collections/boards.js')
-rw-r--r--collections/boards.js3
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,