mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Add rubocop to our build. (#5004)
This commit is contained in:
@@ -14,7 +14,6 @@ class RenameForumThreadTables < ActiveRecord::Migration
|
||||
rename_column 'categories', 'threads_month', 'topics_month'
|
||||
rename_column 'categories', 'threads_week', 'topics_week'
|
||||
|
||||
|
||||
rename_column 'category_featured_topics', 'forum_thread_id', 'topic_id'
|
||||
|
||||
rename_column 'topic_link_clicks', 'forum_thread_link_id', 'topic_link_id'
|
||||
@@ -22,7 +21,6 @@ class RenameForumThreadTables < ActiveRecord::Migration
|
||||
rename_column 'topic_links', 'forum_thread_id', 'topic_id'
|
||||
rename_column 'topic_links', 'link_forum_thread_id', 'link_topic_id'
|
||||
|
||||
|
||||
rename_column 'topic_users', 'forum_thread_id', 'topic_id'
|
||||
|
||||
rename_column 'incoming_links', 'forum_thread_id', 'topic_id'
|
||||
|
||||
Reference in New Issue
Block a user