We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcaef48 commit 2a60833Copy full SHA for 2a60833
Makefile
@@ -145,6 +145,9 @@ inittuf: .state/db-migrated
145
runmigrations: .state/docker-build-base
146
docker compose run --rm web python -m warehouse db upgrade head
147
148
+checkdb: .state/docker-build-base
149
+ docker compose run --rm web bin/db-check
150
+
151
reindex: .state/docker-build-base
152
docker compose run --rm web python -m warehouse search reindex
153
@@ -168,4 +171,4 @@ purge: stop clean
168
171
stop:
169
172
docker compose stop
170
173
-.PHONY: default build serve resetdb initdb shell dbshell tests dev-docs user-docs deps clean purge debug stop compile-pot runmigrations
174
+.PHONY: default build serve resetdb initdb shell dbshell tests dev-docs user-docs deps clean purge debug stop compile-pot runmigrations checkdb
0 commit comments