what tables...

This commit is contained in:
bel
2025-04-24 22:31:28 -06:00
parent 738992468a
commit 031d5f545d
2 changed files with 32 additions and 1 deletions

View File

@@ -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
}