ci: add search path modif to db dump import

This commit is contained in:
Nicolas Giard 2022-12-15 15:43:25 -05:00 committed by GitHub
parent 233ac51ab2
commit 94d367000b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,3 +4,4 @@ set -e
dropdb -U django --if-exists ietf
createdb -U django ietf
pg_restore -U django -d ietf ietf.dump
psql -U django -d ietf -v ON_ERROR_STOP=1 -c '\x' -c 'ALTER USER django set search_path=ietf_utf8,django,public;'