mirror of
https://github.com/jackc/pgx.git
synced 2025-05-31 11:42:24 +00:00
create ltree extension in pg setup for tests
This commit is contained in:
parent
0fa533386c
commit
bf1c1d7848
@ -1,5 +1,6 @@
|
|||||||
-- Create extensions and types.
|
-- Create extensions and types.
|
||||||
create extension hstore;
|
create extension hstore;
|
||||||
|
create extension ltree;
|
||||||
create domain uint64 as numeric(20,0);
|
create domain uint64 as numeric(20,0);
|
||||||
|
|
||||||
-- Create users for different types of connections and authentication.
|
-- Create users for different types of connections and authentication.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user