diff --git a/internal/migrate/snapshot.go b/internal/migrate/snapshot.go index 548f5a9..aab1567 100644 --- a/internal/migrate/snapshot.go +++ b/internal/migrate/snapshot.go @@ -4,7 +4,7 @@ import ( "errors" "time" - accountschema "xcontrol/sql" + accountschema "account/sql" ) // SnapshotVersion identifies the canonical format of exported account snapshots. diff --git a/internal/migrate/transfer.go b/internal/migrate/transfer.go index d480b13..74cf7ec 100644 --- a/internal/migrate/transfer.go +++ b/internal/migrate/transfer.go @@ -12,7 +12,7 @@ import ( "strings" "time" - accountschema "xcontrol/sql" + accountschema "account/sql" ) // AccountDump represents the serialized snapshot of account-related tables.