Skip to content

Commit c51bef2

Browse files
committed
Remove drizzle.config.js and update migration command to use drizzle.config.ts in package.json. Adjusted log stream naming in check-migration-logs.sh for improved clarity.
1 parent 5dea43c commit c51bef2

File tree

3 files changed

+2
-15
lines changed

3 files changed

+2
-15
lines changed

apps/web/drizzle.config.js

Lines changed: 0 additions & 13 deletions
This file was deleted.

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"db:generate": "drizzle-kit generate",
1111
"db:push": "drizzle-kit push",
1212
"db:studio": "drizzle-kit studio",
13-
"db:migrate": "drizzle-kit migrate --config=drizzle.config.js",
13+
"db:migrate": "drizzle-kit migrate --config=drizzle.config.ts",
1414
"db:migrate:runtime": "tsx scripts/run-migrations.ts",
1515
"db:check": "drizzle-kit check",
1616
"db:drop": "drizzle-kit drop",

apps/web/scripts/check-migration-logs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ done
4747

4848
echo ""
4949
echo "💡 To see all logs for a specific task:"
50-
echo " aws logs get-log-events --log-group-name '$LOG_GROUP_NAME' --log-stream-name 'pathfinder/TASK_ID' --query 'events[*].message' --output text"
50+
echo " aws logs get-log-events --log-group-name '$LOG_GROUP_NAME' --log-stream-name 'pathfinder/pathfinder-app/TASK_ID' --query 'events[*].message' --output text"

0 commit comments

Comments
 (0)