Skip to content

Commit

Permalink
feat(database): Add database migration and seeding scripts for users …
Browse files Browse the repository at this point in the history
…table
  • Loading branch information
wajeht committed Aug 7, 2024
1 parent 4ac9a6f commit 0eba163
Show file tree
Hide file tree
Showing 6 changed files with 495 additions and 30 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ deploy:
shell:
@docker compose -f docker-compose.dev.yml exec notify sh

db-migrate:
@docker compose -f docker-compose.dev.yml exec notify npm run migrate:latest

db-seed:
@docker compose -f docker-compose.dev.yml exec notify npm run seed:run

up:
@docker compose -f docker-compose.dev.yml up

Expand Down
Loading

0 comments on commit 0eba163

Please sign in to comment.