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

Commit 8f0f5e4

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nancy_run.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1495,6 +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"
14981499
apply_ddl_do_code
14991500
apply_initial_postgres_configuration
15001501
apply_postgres_configuration

0 commit comments

Comments
 (0)