支持Docker部署
This commit is contained in:
5
psql-docker-init/add_pg_trgm.sh
Normal file
5
psql-docker-init/add_pg_trgm.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
psql -v ON_ERROR_STOP=1 --username "$POSTGRES_USER" --dbname "$POSTGRES_DB" <<-EOSQL
|
||||
create extension pg_trgm;
|
||||
EOSQL
|
||||
|
||||
Reference in New Issue
Block a user