Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F905088
20151113234535_add_baculized_to_job_templates.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
Fri, Aug 29, 8:59 PM
Size
313 B
Mime Type
text/x-ruby
Expires
Sun, Aug 31, 8:59 PM (8 h, 55 m)
Engine
blob
Format
Raw Data
Handle
252447
Attached To
rARCHIVING archiving
20151113234535_add_baculized_to_job_templates.rb
View Options
class
AddBaculizedToJobTemplates
<
ActiveRecord
::
Migration
def
up
add_column
:job_templates
,
:baculized
,
:boolean
,
default
:
false
add_column
:job_templates
,
:baculized_at
,
:datetime
end
def
down
remove_column
:job_templates
,
:baculized
remove_column
:job_templates
,
:baculized_at
end
end
Event Timeline
Log In to Comment