Add missing data to insert statement

Closes: #1032
This commit is contained in:
eikek 2021-08-27 22:51:34 +02:00
parent 77d69bdcf6
commit 7b2fb70c04

View File

@ -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] =