mirror of
https://github.com/InsanusMokrassar/PlaguPoster.git
synced 2025-12-05 20:45:40 +00:00
fix build
This commit is contained in:
@@ -33,7 +33,7 @@ class ExposedRatingsRepo (
|
||||
it[ratingsColumn] = v.double
|
||||
}
|
||||
|
||||
override fun insertKey(k: PostId, v: Rating, it: InsertStatement<Number>) {
|
||||
override fun insertKey(k: PostId, v: Rating, it: UpdateBuilder<Int>) {
|
||||
it[keyColumn] = k.string
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user