mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-01 06:50:00 +00:00
lil move
This commit is contained in:
parent
7b01304dac
commit
55a9b8553f
1 changed files with 2 additions and 1 deletions
|
@ -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 a new issue