Skip to content

Commit

Permalink
Supabase Studio index advisor
Browse files Browse the repository at this point in the history
  • Loading branch information
N2D4 committed Dec 29, 2024
1 parent 1bce908 commit f5539c1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions dependencies.compose.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.9'

services:

# ================= PostgreSQL =================
Expand Down
2 changes: 1 addition & 1 deletion docker/dependencies/postgres-with-extensions/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ ENTRYPOINT ["sh", "-c", "\
fi; \
\
# Start Postgres with extensions enabled \
exec docker-entrypoint.sh postgres -c shared_preload_libraries='pg_stat_statements' -c shared_preload_libraries='hypopg' -c pg_stat_statements.track=all \
exec docker-entrypoint.sh postgres -c shared_preload_libraries='pg_stat_statements' -c pg_stat_statements.track=all \
"]

0 comments on commit f5539c1

Please sign in to comment.