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 82815b0 commit acc258dCopy full SHA for acc258d
Makefile
@@ -87,6 +87,7 @@ initdb: .state/docker-build-web
87
docker-compose run --rm web psql -h db -d postgres -U postgres -c "DROP DATABASE IF EXISTS warehouse"
88
docker-compose run --rm web psql -h db -d postgres -U postgres -c "CREATE DATABASE warehouse ENCODING 'UTF8'"
89
docker-compose run --rm web bash -c "xz -d -f -k dev/$(DB).sql.xz --stdout | psql -h db -d warehouse -U postgres -v ON_ERROR_STOP=1 -1 -f -"
90
+ docker-compose run --rm web psql -h db -d warehouse -U postgres -c "UPDATE users SET name='Ee Durbin' WHERE username='ewdurbin'"
91
docker-compose run --rm web python -m warehouse db upgrade head
92
docker-compose run --rm web python -m warehouse sponsors populate-db
93
$(MAKE) reindex
0 commit comments