mirror of
https://github.com/plankanban/planka.git
synced 2025-07-22 14:49:43 +02:00
feat: Store comments total per card in database
This commit is contained in:
parent
aea482ba03
commit
d1707ab1ae
7 changed files with 159 additions and 39 deletions
|
@ -48,6 +48,11 @@ module.exports = {
|
|||
stopwatch: {
|
||||
type: 'json',
|
||||
},
|
||||
commentsTotal: {
|
||||
type: 'number',
|
||||
defaultsTo: 0,
|
||||
columnName: 'comments_total',
|
||||
},
|
||||
listChangedAt: {
|
||||
type: 'ref',
|
||||
columnName: 'list_changed_at',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue