Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F887503
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
Sun, Aug 10, 1:12 AM
Size
208 B
Mime Type
text/x-ruby
Expires
Tue, Aug 12, 1:12 AM (3 h, 27 m)
Engine
blob
Format
Raw Data
Handle
229123
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