We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1094210 commit fbf9045Copy full SHA for fbf9045
1 file changed
justfile
@@ -59,7 +59,7 @@ postgres-reset:
59
postgres-migrate:
60
@cd src/basic_memory/alembic && \
61
BASIC_MEMORY_DATABASE_BACKEND=postgres \
62
- BASIC_MEMORY_DATABASE_URL=${POSTGRES_TEST_URL:-postgresql://basic_memory_user:dev_password@localhost:5433/basic_memory_test} \
+ BASIC_MEMORY_DATABASE_URL=${POSTGRES_TEST_URL:-postgresql+asyncpg://basic_memory_user:dev_password@localhost:5433/basic_memory_test} \
63
uv run alembic upgrade head
64
@echo "✅ Migrations applied to Postgres test database"
65
0 commit comments