Skip to content
This repository was archived by the owner on Aug 16, 2021. It is now read-only.

Commit cada922

Browse files
committed
always install pg_stat_statements
1 parent 8f0f5e4 commit cada922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nancy_run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1495,7 +1495,7 @@ apply_commands_after_container_init
14951495
apply_sql_before_db_restore
14961496
restore_dump
14971497
apply_sql_after_db_restore
1498-
docker_exec bash -c "psql --set ON_ERROR_STOP=on -U postgres $DB_NAME -b -c 'create extension if not exists pg_stat_statements;' $VERBOSE_OUTPUT_REDIRECT"
1498+
docker_exec bash -c "psql --set ON_ERROR_STOP=on -U postgres $DB_NAME -b -c 'create extension if not exists pg_stat_statements;' $VERBOSE_OUTPUT_REDIRECT"
14991499
apply_ddl_do_code
15001500
apply_initial_postgres_configuration
15011501
apply_postgres_configuration

0 commit comments

Comments
 (0)