Skip to content

Commit

Permalink
remove pg_trigram from default extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
gvkhna committed Apr 7, 2024
1 parent 154e422 commit 6527b4c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions initdb-extensions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ set -e

# Load additional extensions into database
psql -v ON_ERROR_STOP=1 --username "$POSTGRES_USER" --dbname "$POSTGRES_DB" <<-EOSQL
CREATE EXTENSION IF NOT EXISTS pg_trgm;
ALTER EXTENSION pg_trgm UPDATE;
CREATE EXTENSION IF NOT EXISTS pg_uuidv7;
ALTER EXTENSION pg_uuidv7 UPDATE;
CREATE EXTENSION IF NOT EXISTS vector;
Expand Down

0 comments on commit 6527b4c

Please sign in to comment.