mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 19:01:52 +08:00
6 lines
112 B
Ruby
6 lines
112 B
Ruby
|
class IndexEmailTokens < ActiveRecord::Migration
|
||
|
def change
|
||
|
add_index :email_tokens, [:user_id]
|
||
|
end
|
||
|
end
|