Fix package name

This commit is contained in:
eikek
2022-03-12 12:58:08 +01:00
parent cd3db6ea08
commit 0739957fd7
2 changed files with 3 additions and 2 deletions

View File

@ -15,7 +15,7 @@ import docspell.common.syntax.StringSyntax._
import docspell.notification.api._
import docspell.store.records._
import db.migration.data.{PeriodicDueItemsArgsOld, PeriodicQueryArgsOld}
import db.migration.data._
import doobie._
import doobie.implicits._
import doobie.util.transactor.Strategy

View File

@ -4,8 +4,9 @@
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
package docspell.common
package db.migration.data
import docspell.common._
import docspell.common.syntax.all._
import io.circe._