Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F1300381
20160131180912_add_mail_recipients_to_host.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:40 PM
Size
208 B
Mime Type
text/x-ruby
Expires
Fri, Nov 21, 1:40 PM (8 h, 6 m)
Engine
blob
Format
Raw Data
Handle
289882
Attached To
rARCHIVING archiving
20160131180912_add_mail_recipients_to_host.rb
View Options
class
AddMailRecipientsToHost
<
ActiveRecord
::
Migration
def
up
add_column
:hosts
,
:email_recipients
,
:string
,
default
:
[].
to_json
end
def
down
remove_column
:hosts
,
:email_recipients
end
end
Event Timeline
Log In to Comment