Skip to content

Commit c4fb9f2

Browse files
committed
fix: hardcoded db-path in upgrade task
1 parent 2f2affa commit c4fb9f2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Taskfile.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ tasks:
2020
upgrade:
2121
desc: Apply all migrations
2222
- uv run alembic upgrade head
23-
env:
24-
DB_PATH: "test.db"
2523
cmds:
2624
- uv run alembic upgrade head
2725

0 commit comments

Comments
 (0)