Skip to content

Commit

Permalink
Add imagen (#711)
Browse files Browse the repository at this point in the history
  • Loading branch information
LunaUrsa authored Nov 19, 2023
1 parent cbe5061 commit e5d7268
Show file tree
Hide file tree
Showing 6 changed files with 380 additions and 51 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"db:validateSchema": "docker exec -it tripbot npx prisma validate",
"db:generateClient": "npx prisma generate && docker exec -it tripbot npx prisma generate",
"db:push": "docker exec -it tripbot npx prisma db push",
"db:migrateDev": "docker exec -it tripbot npx prisma migrate dev -n aiModUpdate",
"db:migrateDev": "docker exec -it tripbot npx prisma migrate dev -n aiUsage",
"## PGADMIN ##": "",
"pgadmin": "docker compose --project-name tripbot up -d --force-recreate --build tripbot_pgadmin",
"pgadmin:logs": "docker container logs tripbot_pgadmin -f -n 100",
Expand Down
Loading

0 comments on commit e5d7268

Please sign in to comment.