Backend: Move migrate package to /internal/entity/migrate

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer
2024-07-02 06:40:03 +02:00
parent f019ee2ad3
commit 6944566b7b
69 changed files with 8 additions and 9 deletions

View File

@@ -8,14 +8,13 @@ import (
"regexp"
"time"
"github.com/photoprism/photoprism/internal/migrate"
"github.com/manifoldco/promptui"
"github.com/sirupsen/logrus"
"github.com/urfave/cli"
"github.com/photoprism/photoprism/internal/config"
"github.com/photoprism/photoprism/internal/entity"
"github.com/photoprism/photoprism/internal/entity/migrate"
)
// ResetCommand configures the command name, flags, and action.