fix: update sql module imports
This commit is contained in:
parent
ee6e1a6363
commit
ecf11b948f
@ -4,7 +4,7 @@ import (
|
||||
"errors"
|
||||
"time"
|
||||
|
||||
accountschema "xcontrol/sql"
|
||||
accountschema "account/sql"
|
||||
)
|
||||
|
||||
// SnapshotVersion identifies the canonical format of exported account snapshots.
|
||||
|
||||
@ -12,7 +12,7 @@ import (
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
accountschema "xcontrol/sql"
|
||||
accountschema "account/sql"
|
||||
)
|
||||
|
||||
// AccountDump represents the serialized snapshot of account-related tables.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user