Skip to content

Commit bf1c1d7

Browse files
luxiferjackc
authored andcommitted
create ltree extension in pg setup for tests
1 parent 0fa5333 commit bf1c1d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

testsetup/postgresql_setup.sql

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
-- Create extensions and types.
22
create extension hstore;
3+
create extension ltree;
34
create domain uint64 as numeric(20,0);
45

56
-- Create users for different types of connections and authentication.

0 commit comments

Comments
 (0)