mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
@ -78,7 +78,7 @@ object RSource {
|
|||||||
DML.insert(
|
DML.insert(
|
||||||
table,
|
table,
|
||||||
table.all,
|
table.all,
|
||||||
fr"${v.sid},${v.cid},${v.abbrev},${v.description},${v.counter},${v.enabled},${v.priority},${v.created},${v.folderId},${v.fileFilter},${v.language}"
|
fr"${v.sid},${v.cid},${v.abbrev},${v.description},${v.counter},${v.enabled},${v.priority},${v.created},${v.folderId},${v.fileFilter},${v.language},${v.attachmentsOnly}"
|
||||||
)
|
)
|
||||||
|
|
||||||
def updateNoCounter(v: RSource): ConnectionIO[Int] =
|
def updateNoCounter(v: RSource): ConnectionIO[Int] =
|
||||||
|
Reference in New Issue
Block a user