mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
Fix package name
This commit is contained in:
@ -15,7 +15,7 @@ import docspell.common.syntax.StringSyntax._
|
|||||||
import docspell.notification.api._
|
import docspell.notification.api._
|
||||||
import docspell.store.records._
|
import docspell.store.records._
|
||||||
|
|
||||||
import db.migration.data.{PeriodicDueItemsArgsOld, PeriodicQueryArgsOld}
|
import db.migration.data._
|
||||||
import doobie._
|
import doobie._
|
||||||
import doobie.implicits._
|
import doobie.implicits._
|
||||||
import doobie.util.transactor.Strategy
|
import doobie.util.transactor.Strategy
|
||||||
|
@ -4,8 +4,9 @@
|
|||||||
* SPDX-License-Identifier: AGPL-3.0-or-later
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package docspell.common
|
package db.migration.data
|
||||||
|
|
||||||
|
import docspell.common._
|
||||||
import docspell.common.syntax.all._
|
import docspell.common.syntax.all._
|
||||||
|
|
||||||
import io.circe._
|
import io.circe._
|
||||||
|
Reference in New Issue
Block a user