mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-21 18:08:25 +00:00
Refactor scala base db migrations. Add marker trait for task args
This commit is contained in:
@ -28,7 +28,7 @@ final case class PeriodicDueItemsArgs(
|
||||
tagsInclude: List[Ident],
|
||||
tagsExclude: List[Ident],
|
||||
baseUrl: Option[LenientUri]
|
||||
)
|
||||
) extends TaskArguments
|
||||
|
||||
object PeriodicDueItemsArgs {
|
||||
val taskName = Ident.unsafe("periodic-due-items-notify2")
|
||||
|
@ -20,7 +20,7 @@ final case class PeriodicQueryArgs(
|
||||
bookmark: Option[String],
|
||||
baseUrl: Option[LenientUri],
|
||||
contentStart: Option[String]
|
||||
)
|
||||
) extends TaskArguments
|
||||
|
||||
object PeriodicQueryArgs {
|
||||
val taskName = Ident.unsafe("periodic-query-notify2")
|
||||
|
Reference in New Issue
Block a user