mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2023-06-08.git
synced 2024-08-15 00:53:38 +00:00
Add missing table to check_tables
This commit is contained in:
parent
8fad0af935
commit
9f40b3a873
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue