mirror of
https://github.com/plankanban/planka.git
synced 2025-07-21 14:19:44 +02:00
Add covers for cards
This commit is contained in:
parent
f743f4ea8b
commit
3dffed90c6
26 changed files with 315 additions and 98 deletions
|
@ -50,6 +50,10 @@ module.exports = {
|
|||
required: true,
|
||||
columnName: 'board_id',
|
||||
},
|
||||
coverAttachmentId: {
|
||||
model: 'Attachment',
|
||||
columnName: 'cover_attachment_id',
|
||||
},
|
||||
subscriptionUsers: {
|
||||
collection: 'User',
|
||||
via: 'cardId',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue