Skip to content

Commit

Permalink
create ltree extension in pg setup for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
luxifer authored and jackc committed Jan 26, 2024
1 parent 0fa5333 commit bf1c1d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testsetup/postgresql_setup.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
-- Create extensions and types.
create extension hstore;
create extension ltree;
create domain uint64 as numeric(20,0);

-- Create users for different types of connections and authentication.
Expand Down

0 comments on commit bf1c1d7

Please sign in to comment.