Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F887751
20151206204916_add_password_hash_to_users.rb
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sun, Aug 10, 4:49 AM
Size
193 B
Mime Type
text/x-ruby
Expires
Tue, Aug 12, 4:49 AM (9 h, 44 m)
Engine
blob
Format
Raw Data
Handle
229265
Attached To
rARCHIVING archiving
20151206204916_add_password_hash_to_users.rb
View Options
class
AddPasswordHashToUsers
<
ActiveRecord
::
Migration
def
up
add_column
:users
,
:password_hash
,
:string
,
index
:
true
end
def
down
remove_column
:users
,
:password_hash
end
end
Event Timeline
Log In to Comment