mirror of
https://github.com/discourse/discourse.git
synced 2026-07-29 23:58:12 -05:00
DEV: Apply syntax_tree formatting to db/*
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
|
||||
class AddIndexToTopicViewItems < ActiveRecord::Migration[4.2]
|
||||
def change
|
||||
add_index :topic_views, [:user_id, :viewed_at]
|
||||
add_index :topic_views, %i[user_id viewed_at]
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user