The Wayback Machine - https://web.archive.org/web/20210811103630/https://github.com/discourse/discourse/pull/13971/files
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DEV: ignore the given_daily_likes table when moving timestamps on Try #13971

Merged
Changes from all commits
Commits
File filter
Filter file types
Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.

Always

Just for now

@@ -79,7 +79,7 @@ def is_date?(string)
end

def create_updater
ignore_tables = %w[application_requests user_second_factors user_visits]
ignore_tables = %w[application_requests given_daily_likes user_second_factors user_visits]
TimestampsUpdater.new "public", ignore_tables
end

ProTip! Use n and p to navigate between commits in a pull request.