We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bc88b3 commit 27b6127Copy full SHA for 27b6127
1 file changed
Makefile
@@ -44,9 +44,9 @@ models:
44
sqlboiler --no-tests psql
45
46
migrate-up:
47
- migrate -database 'postgres://nebula_test:password@localhost:5432/nebula_test?sslmode=disable' -path pkg/db/migrations up
+ migrate -database 'postgres://nebula_test:password@localhost:5432/nebula_test?sslmode=disable' -path db/migrations up
48
49
migrate-down:
50
- migrate -database 'postgres://nebula_test:password@localhost:5432/nebula_test?sslmode=disable' -path pkg/db/migrations down
+ migrate -database 'postgres://nebula_test:password@localhost:5432/nebula_test?sslmode=disable' -path db/migrations down
51
52
.PHONY: all clean test format tools models migrate-up migrate-down
0 commit comments