lil move
This commit is contained in:
parent
7b01304dac
commit
55a9b8553f
|
@ -155,11 +155,12 @@ func NewBunDBService(ctx context.Context, c *config.Config, log *logrus.Logger)
|
||||||
conn.RegisterModel(t)
|
conn.RegisterModel(t)
|
||||||
}
|
}
|
||||||
|
|
||||||
accounts := &accountDB{config: c, conn: conn, cache: cache.NewAccountCache()}
|
|
||||||
if err := doMigration(ctx, conn.DB, log); err != nil {
|
if err := doMigration(ctx, conn.DB, log); err != nil {
|
||||||
return nil, fmt.Errorf("db migration error: %s", err)
|
return nil, fmt.Errorf("db migration error: %s", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
accounts := &accountDB{config: c, conn: conn, cache: cache.NewAccountCache()}
|
||||||
|
|
||||||
ps := &bunDBService{
|
ps := &bunDBService{
|
||||||
Account: accounts,
|
Account: accounts,
|
||||||
Admin: &adminDB{
|
Admin: &adminDB{
|
||||||
|
|
Loading…
Reference in New Issue