mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
added to the background object to the Boards collection.
This commit is contained in:
parent
b79b7ec18e
commit
7de25da94c
1 changed files with 3 additions and 0 deletions
|
@ -14,6 +14,9 @@ Boards.attachSchema(new SimpleSchema({
|
|||
type: Date,
|
||||
denyUpdate: true
|
||||
},
|
||||
background: {
|
||||
type: Object
|
||||
},
|
||||
// XXX Inconsistent field naming
|
||||
modifiedAt: {
|
||||
type: Date,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue