remove unused indexes

This commit is contained in:
Dylan Knutson
2025-08-18 01:43:46 +00:00
parent a8f258d5ef
commit 8e98a5ee4b
3 changed files with 60 additions and 96 deletions

View File

@@ -5,8 +5,8 @@ default: &default
redux_prod: &redux_prod
adapter: postgresql
host: db
port: 5432
host: <%= ENV.fetch("RAILS_DB_HOST") { "db" } %>
port: <%= ENV.fetch("RAILS_DB_PORT") { 5432 } %>
database: redux_prod
username: scraper_redux
password: pdkFLqRmQwPUPaDDC4pX