mirror of
https://github.com/usbharu/Hideout.git
synced 2026-08-25 01:22:54 +00:00
fix: テーブル名を修正
This commit is contained in:
+1
-1
@@ -72,7 +72,7 @@ fun ResultRow.toFilterKeyword(): FilterKeyword {
|
||||
)
|
||||
}
|
||||
|
||||
object FilterKeywords : Table() {
|
||||
object FilterKeywords : Table("filter_keywords") {
|
||||
val id = long("id")
|
||||
val filterId = long("filter_id").references(Filters.id)
|
||||
val keyword = varchar("keyword", 1000)
|
||||
|
||||
Reference in New Issue
Block a user