Skip to content

Commit

Permalink
remove make comand
Browse files Browse the repository at this point in the history
  • Loading branch information
vaayne committed Jul 22, 2024
1 parent de36cca commit fc9ed13
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ migrate-new:
@echo "Creating migration..."
@migrate create -ext sql -dir db/migrations -seq "$(name)"

migrate-up:
@echo "Migrating up..."
@migrate -path db/migrations -database "$(DATABASE_URL)" up
# migrate-up:
# @echo "Migrating up..."
# @migrate -path db/migrations -database "$(DATABASE_URL)" up

migrate-down:
@echo "Migrating down..."
@migrate -path db/migrations -database "$(DATABASE_URL)" down
# migrate-down:
# @echo "Migrating down..."
# @migrate -path db/migrations -database "$(DATABASE_URL)" down

sqlc:
@echo "Generating sqlc..."
Expand Down

0 comments on commit fc9ed13

Please sign in to comment.