chore: remove alter search_path from app-init.sh

This commit is contained in:
Nicolas Giard 2023-04-25 14:17:17 -04:00 committed by GitHub
parent 835d99d06e
commit 7f2043336b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -87,9 +87,6 @@ if [ -n "$EDITOR_VSCODE" ]; then
/usr/local/bin/wait-for db:5432 -- echo "PostgreSQL ready"
fi
# Make sure PG search path is set
psql -U django -h db -d ietf -v ON_ERROR_STOP=1 -c '\x' -c 'ALTER USER django set search_path=datatracker,public;'
# Run memcached
echo "Starting memcached..."