what tables...
This commit is contained in:
@@ -6,7 +6,7 @@ import (
|
||||
)
|
||||
|
||||
func Config(ctx context.Context) (context.Context, error) {
|
||||
ctx, err := db.Inject(ctx)
|
||||
ctx, err := db.Inject(ctx, "/tmp/f.db")
|
||||
if err != nil {
|
||||
return ctx, err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user