Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F461421
20151029095243_add_enabled_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
Sun, May 18, 1:01 AM
Size
252 B
Mime Type
text/x-ruby
Expires
Tue, May 20, 1:01 AM (1 d, 3 h)
Engine
blob
Format
Raw Data
Handle
220282
Attached To
rARCHIVING archiving
20151029095243_add_enabled_to_job_templates.rb
View Options
class
AddEnabledToJobTemplates
<
ActiveRecord
::
Migration
def
connection
ActiveRecord
::
Base
.
establish_connection
(
Baas
::
settings
[
:local_db
]
)
.
connection
end
def
change
add_column
:job_templates
,
:enabled
,
:boolean
,
default
:
false
end
end
Event Timeline
Log In to Comment