mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
Temporary table support for holding fts results
This commit is contained in:
@ -80,4 +80,7 @@ object Ident {
|
||||
|
||||
implicit val order: Order[Ident] =
|
||||
Order.by(_.id)
|
||||
|
||||
implicit val ordering: Ordering[Ident] =
|
||||
Ordering.by(_.id)
|
||||
}
|
||||
|
Reference in New Issue
Block a user