Skip to content

Commit

Permalink
Include deletions in public dumps
Browse files Browse the repository at this point in the history
Signed-off-by: Samuel Giddins <[email protected]>
  • Loading branch information
segiddins committed Jan 22, 2025
1 parent f3fbbef commit 4f4c12a
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 4f4c12a

Please sign in to comment.