Skip to content

Commit 5ea553f

Browse files
committed
Include attestations in public dumps
Signed-off-by: Samuel Giddins <[email protected]>
1 parent f2d526a commit 5ea553f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/public_postgresql.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
db.password = ENV.fetch('POSTGRESQL_PASSWORD')
1717
db.host = ENV.fetch('POSTGRESQL_HOST')
1818
db.port = 5432
19-
db.only_tables = ['rubygems', 'versions', 'dependencies', 'linksets', 'version_histories', 'gem_downloads']
19+
db.only_tables = ['rubygems', 'versions', 'dependencies', 'linksets', 'version_histories', 'gem_downloads', 'attestations']
2020
end
2121

2222
compress_with Gzip

0 commit comments

Comments
 (0)