mirror of
https://github.com/InsanusMokrassar/PlaguPoster.git
synced 2025-09-14 20:49:36 +00:00
fixes
This commit is contained in:
@@ -22,9 +22,7 @@ class ExposedPostsRepo(
|
||||
tableName = "posts"
|
||||
) {
|
||||
val idColumn = text("id").clientDefault { uuid4().toString() }
|
||||
val createdColumn = double("datetime").default(0.0).clientDefault {
|
||||
DateTime.nowUnix()
|
||||
}
|
||||
val createdColumn = double("datetime").default(0.0)
|
||||
|
||||
private val contentRepo by lazy {
|
||||
ExposedContentInfoRepo(
|
||||
|
Reference in New Issue
Block a user