mirror of
https://github.com/discourse/discourse.git
synced 2025-05-21 18:12:32 +08:00
DEV: Remove ignored tables that have been dropped (#30185)
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user