fix: update sql module imports

This commit is contained in:
Haitao Pan 2026-01-16 16:20:06 +08:00
parent 07e31ff6bd
commit 7f6fe07f7f
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ import (
"errors" "errors"
"time" "time"
accountschema "xcontrol/sql" accountschema "account/sql"
) )
// SnapshotVersion identifies the canonical format of exported account snapshots. // SnapshotVersion identifies the canonical format of exported account snapshots.

View File

@ -12,7 +12,7 @@ import (
"strings" "strings"
"time" "time"
accountschema "xcontrol/sql" accountschema "account/sql"
) )
// AccountDump represents the serialized snapshot of account-related tables. // AccountDump represents the serialized snapshot of account-related tables.