fix: update sql module imports
This commit is contained in:
parent
07e31ff6bd
commit
7f6fe07f7f
@ -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.
|
||||||
|
|||||||
@ -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.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user