Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F1300399
20160131105935_add_temp_hosts_to_user.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
Wed, Nov 19, 1:43 PM
Size
191 B
Mime Type
text/x-ruby
Expires
Fri, Nov 21, 1:43 PM (4 h, 15 m)
Engine
blob
Format
Raw Data
Handle
290138
Attached To
rARCHIVING archiving
20160131105935_add_temp_hosts_to_user.rb
View Options
class
AddTempHostsToUser
<
ActiveRecord
::
Migration
def
up
add_column
:users
,
:temp_hosts
,
:string
,
default
:
[].
to_json
end
def
down
remove_column
:users
,
:temp_hosts
end
end
Event Timeline
Log In to Comment