diff options
author | Maxime Quandalle <maxime@quandalle.com> | 2015-05-13 14:49:42 +0200 |
---|---|---|
committer | Maxime Quandalle <maxime@quandalle.com> | 2015-05-13 14:49:42 +0200 |
commit | 2cc820632b3db3f8c0e028aa0f8b6d68854c7fc0 (patch) | |
tree | 8784e3f07a1436ac1974383309fbec218a807b83 /collections/boards.js | |
parent | e9e98b5e877287aa35a0fa35a1f91227289656c9 (diff) | |
download | wekan-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.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, |