ci: add search path modif to db dump import
This commit is contained in:
parent
233ac51ab2
commit
94d367000b
|
@ -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;'
|
||||
|
|
Loading…
Reference in a new issue