summaryrefslogtreecommitdiffstats
path: root/collections/boards.js
diff options
context:
space:
mode:
authorYasar icli <hello@yasaricli.com>2015-05-13 11:29:31 +0300
committerYasar icli <hello@yasaricli.com>2015-05-13 11:29:31 +0300
commit7de25da94c2ccc806ec967dc73a863617a7ecef9 (patch)
treea723e4f9c4b990405e9d28fcba340260a18a21e5 /collections/boards.js
parentb79b7ec18e98f3efa45091c4917ff525abca0af2 (diff)
downloadwekan-7de25da94c2ccc806ec967dc73a863617a7ecef9.tar.gz
wekan-7de25da94c2ccc806ec967dc73a863617a7ecef9.tar.bz2
wekan-7de25da94c2ccc806ec967dc73a863617a7ecef9.zip
added to the background object to the Boards collection.
Diffstat (limited to 'collections/boards.js')
-rw-r--r--collections/boards.js3
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,