DEV: Remove ignored tables that have been dropped (#30185)

This commit is contained in:
Natalie Tay 2024-12-10 07:11:05 +08:00 committed by GitHub
parent 0969bd257a
commit bb72b5118d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -133,12 +133,7 @@ def is_date?(string)
end
def create_updater
ignore_tables = %w[
user_second_factors
discourse_voting_topic_vote_count
discourse_voting_votes
discourse_voting_category_settings
]
ignore_tables = %w[user_second_factors]
TimestampsUpdater.new "public", ignore_tables
end