Skip to content

Commit

Permalink
Merge pull request #15 from rubygems/segiddins/include-deletions-in-p…
Browse files Browse the repository at this point in the history
…ublic-dumps
  • Loading branch information
segiddins authored Jan 22, 2025
2 parents f3fbbef + 4f4c12a commit 59d381d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/public_postgresql.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
db.password = ENV.fetch('POSTGRESQL_PASSWORD')
db.host = ENV.fetch('POSTGRESQL_HOST')
db.port = 5432
db.only_tables = ['rubygems', 'versions', 'dependencies', 'linksets', 'version_histories', 'gem_downloads', 'attestations']
db.only_tables = ['rubygems', 'versions', 'dependencies', 'linksets', 'version_histories', 'gem_downloads', 'attestations', 'deletions']
end

compress_with Gzip
Expand Down

0 comments on commit 59d381d

Please sign in to comment.