1
0
Fork 0
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:
Maksim Eltyshev 2025-05-23 17:27:21 +02:00
parent aea482ba03
commit d1707ab1ae
7 changed files with 159 additions and 39 deletions

View file

@ -48,6 +48,11 @@ module.exports = {
stopwatch: {
type: 'json',
},
commentsTotal: {
type: 'number',
defaultsTo: 0,
columnName: 'comments_total',
},
listChangedAt: {
type: 'ref',
columnName: 'list_changed_at',