mirror of
https://github.com/jackc/pgx.git
synced 2025-05-31 11:42:24 +00:00
enable hstore extension before running tests
This commit is contained in:
parent
97e4debcc0
commit
de77c70f48
@ -7,4 +7,5 @@ then
|
||||
psql -U postgres -c 'create database pgx_test'
|
||||
psql -U postgres pgx_test -c 'create domain uint64 as numeric(20,0)'
|
||||
psql -U postgres -c "create user pgx_md5 SUPERUSER PASSWORD 'secret'"
|
||||
psql -U postgres pgx_test -c 'create extension if not exists hstore;'
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user