Add missing table to check_tables

This commit is contained in:
Omar Roth 2019-07-01 09:29:52 -05:00
parent 8fad0af935
commit 9f40b3a873
No known key found for this signature in database
GPG Key ID: B8254FB7EC3D37F2
1 changed files with 1 additions and 0 deletions

View File

@ -123,6 +123,7 @@ Kemal::CLI.new ARGV
# Check table integrity
if CONFIG.check_tables
analyze_table(PG_DB, logger, "channels", InvidiousChannel)
analyze_table(PG_DB, logger, "channel_videos", ChannelVideo)
analyze_table(PG_DB, logger, "nonces", Nonce)
analyze_table(PG_DB, logger, "session_ids", SessionId)