fix: update sql module imports

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

View File

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

View File

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