mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-02 02:14:18 -05:00
6 lines
120 B
Ruby
6 lines
120 B
Ruby
|
class CreatePostTimingsUserIndex < ActiveRecord::Migration
|
||
|
def change
|
||
|
add_index :post_timings, :user_id
|
||
|
end
|
||
|
end
|