Skip to content

Commit acc258d

Browse files
authored
correct my name (#11209)
dev db dump is years old, screenshots using my user account are painful
1 parent 82815b0 commit acc258d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ initdb: .state/docker-build-web
8787
docker-compose run --rm web psql -h db -d postgres -U postgres -c "DROP DATABASE IF EXISTS warehouse"
8888
docker-compose run --rm web psql -h db -d postgres -U postgres -c "CREATE DATABASE warehouse ENCODING 'UTF8'"
8989
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'"
9091
docker-compose run --rm web python -m warehouse db upgrade head
9192
docker-compose run --rm web python -m warehouse sponsors populate-db
9293
$(MAKE) reindex

0 commit comments

Comments
 (0)