Remove unused column in item

This commit is contained in:
eikek
2022-06-11 13:03:14 +02:00
parent 1611df81ed
commit aeeb54fcc3
9 changed files with 6 additions and 17 deletions

View File

@ -136,7 +136,6 @@ trait Conversions {
data.corrPerson.map(p => IdName(p.pid, p.name)),
data.concPerson.map(p => IdName(p.pid, p.name)),
data.concEquip.map(e => IdName(e.eid, e.name)),
data.inReplyTo.map(mkIdName),
data.folder.map(mkIdName),
data.item.dueDate,
data.item.notes,