Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F461122
20151120182046_add_before_after_job_fields_to_job_template.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
Sat, May 17, 11:14 PM
Size
348 B
Mime Type
text/x-ruby
Expires
Mon, May 19, 11:14 PM (16 h, 54 m)
Engine
blob
Format
Raw Data
Handle
220137
Attached To
rARCHIVING archiving
20151120182046_add_before_after_job_fields_to_job_template.rb
View Options
class
AddBeforeAfterJobFieldsToJobTemplate
<
ActiveRecord
::
Migration
def
up
add_column
:job_templates
,
:client_before_run_file
,
:string
add_column
:job_templates
,
:client_after_run_file
,
:string
end
def
down
remove_column
:job_templates
,
:client_before_run_file
remove_column
:job_templates
,
:client_after_run_file
end
end
Event Timeline
Log In to Comment