mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-06 15:15:58 +00:00
Merge pull request #1036 from eikek/fix/1032-source-insert
Fix/1032 source insert
This commit is contained in:
commit
eb53b08acd
@ -1,4 +0,0 @@
|
|||||||
docker/
|
|
||||||
!docker/joex-entrypoint.sh
|
|
||||||
!docker/restserver-entrypoint.sh
|
|
||||||
!docker/docspell.conf
|
|
@ -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] =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user