Skip to content

Commit

Permalink
fix(db): add missing extension install in add_pg_extension.sql script
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquesfize committed Oct 30, 2024
1 parent a5f7e06 commit 4372f98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install/assets/db/add_pg_extensions.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ CREATE EXTENSION IF NOT EXISTS "hstore";
CREATE EXTENSION IF NOT EXISTS "uuid-ossp";
CREATE EXTENSION IF NOT EXISTS "pg_trgm";
CREATE EXTENSION IF NOT EXISTS "unaccent";
CREATE EXTENSION IF NOT EXISTS "ltree";

-- postgis

Expand Down

0 comments on commit 4372f98

Please sign in to comment.