mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-23 13:26:22 -04:00
FIX: missing index
This commit is contained in:
parent
b82726b029
commit
ad1ae911f7
1 changed files with 5 additions and 0 deletions
5
db/migrate/20140818023700_index_email_tokens.rb
Normal file
5
db/migrate/20140818023700_index_email_tokens.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class IndexEmailTokens < ActiveRecord::Migration
|
||||
def change
|
||||
add_index :email_tokens, [:user_id]
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue