We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3f4c446 + 6886474 commit 6e50101Copy full SHA for 6e50101
runtime/functions
@@ -318,7 +318,7 @@ load_extensions() {
318
psql -U ${PG_USER} -d ${database} -c "CREATE EXTENSION IF NOT EXISTS unaccent;" >/dev/null 2>&1
319
fi
320
321
- IFS_ORG=$IFS
+ local IFS_ORG=$IFS
322
IFS=,
323
for extension in ${DB_EXTENSION}; do
324
echo "‣ Loading ${extension} extension..."
@@ -334,7 +334,7 @@ create_database() {
334
echo "INFO! Database cannot be created on a $REPLICATION_MODE node. Skipping..."
335
;;
336
*)
337
338
339
for database in ${DB_NAME}; do
340
echo "Creating database: ${database}..."
0 commit comments