Skip to content

Commit 6527b4c

Browse files
committed
remove pg_trigram from default extensions
1 parent 154e422 commit 6527b4c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

initdb-extensions.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ set -e
44

55
# Load additional extensions into database
66
psql -v ON_ERROR_STOP=1 --username "$POSTGRES_USER" --dbname "$POSTGRES_DB" <<-EOSQL
7-
CREATE EXTENSION IF NOT EXISTS pg_trgm;
8-
ALTER EXTENSION pg_trgm UPDATE;
97
CREATE EXTENSION IF NOT EXISTS pg_uuidv7;
108
ALTER EXTENSION pg_uuidv7 UPDATE;
119
CREATE EXTENSION IF NOT EXISTS vector;

0 commit comments

Comments
 (0)