We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57cfbfe commit c85bfebCopy full SHA for c85bfeb
init-db/001-setup-pg_cron.sh
@@ -4,7 +4,7 @@
4
# Remove last line "shared_preload_libraries='citus'"
5
sed -i '$ d' /var/lib/postgresql/data/pgdata/postgresql.conf
6
cat <<EOT >> /var/lib/postgresql/data/pgdata/postgresql.conf
7
-shared_preload_libraries = 'pg_cron,pg_trgm';
+shared_preload_libraries = 'pg_cron,pg_trgm'
8
cron.database_name = 'givethio'
9
EOT
10
# Required to load pg_cron
0 commit comments