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

@@ -5,7 +5,7 @@ import (
"testing"
"time"
"github.com/photoprism/photoprism/internal/migrate"
"github.com/photoprism/photoprism/internal/entity/migrate"
"github.com/jinzhu/gorm"
)