This website requires JavaScript.
Explore
Help
Sign In
IntenseWebs
/
discourse
Watch
3
Star
0
Fork
0
mirror of
https://github.com/discourse/discourse.git
synced
2026-07-29 15:54:48 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
2251104e32896ce7d04c73772e8d1a204ad6ee00
discourse
/
db
/
migrate
/
20140818023700_index_email_tokens.rb
T
6 lines
112 B
Ruby
Raw
Normal View
History
Unescape
Escape
FIX: missing index
2014-08-18 12:38:27 +10:00
class
IndexEmailTokens
<
ActiveRecord
::
Migration
def
change
add_index
:email_tokens
,
[
:user_id
]
end
end
Reference in New Issue
Copy Permalink