Skip to content

Commit fbf9045

Browse files
committed
use asyncpg for just db-migrate
Signed-off-by: phernandez <paul@basicmachines.co>
1 parent 1094210 commit fbf9045

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ postgres-reset:
5959
postgres-migrate:
6060
@cd src/basic_memory/alembic && \
6161
BASIC_MEMORY_DATABASE_BACKEND=postgres \
62-
BASIC_MEMORY_DATABASE_URL=${POSTGRES_TEST_URL:-postgresql://basic_memory_user:dev_password@localhost:5433/basic_memory_test} \
62+
BASIC_MEMORY_DATABASE_URL=${POSTGRES_TEST_URL:-postgresql+asyncpg://basic_memory_user:dev_password@localhost:5433/basic_memory_test} \
6363
uv run alembic upgrade head
6464
@echo "✅ Migrations applied to Postgres test database"
6565

0 commit comments

Comments
 (0)