mirror of
https://github.com/discourse/discourse.git
synced 2024-12-19 06:15:51 +08:00
DEV: Remove ignored tables that have been dropped (#30185)
This commit is contained in:
parent
0969bd257a
commit
bb72b5118d
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user