diff options
author | Yasar icli <hello@yasaricli.com> | 2015-05-13 11:29:31 +0300 |
---|---|---|
committer | Yasar icli <hello@yasaricli.com> | 2015-05-13 11:29:31 +0300 |
commit | 7de25da94c2ccc806ec967dc73a863617a7ecef9 (patch) | |
tree | a723e4f9c4b990405e9d28fcba340260a18a21e5 /collections/boards.js | |
parent | b79b7ec18e98f3efa45091c4917ff525abca0af2 (diff) | |
download | wekan-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.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, |