mirror of
https://github.com/discourse/discourse.git
synced 2024-12-19 09:03:45 +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
|
end
|
||||||
|
|
||||||
def create_updater
|
def create_updater
|
||||||
ignore_tables = %w[
|
ignore_tables = %w[user_second_factors]
|
||||||
user_second_factors
|
|
||||||
discourse_voting_topic_vote_count
|
|
||||||
discourse_voting_votes
|
|
||||||
discourse_voting_category_settings
|
|
||||||
]
|
|
||||||
TimestampsUpdater.new "public", ignore_tables
|
TimestampsUpdater.new "public", ignore_tables
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user