Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F1300107
20151102194922_add_host_id_to_schedules.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, 9:23 AM
Size
264 B
Mime Type
text/x-ruby
Expires
Fri, Nov 21, 9:23 AM (1 d, 12 h)
Engine
blob
Format
Raw Data
Handle
294785
Attached To
rARCHIVING archiving
20151102194922_add_host_id_to_schedules.rb
View Options
class
AddHostIdToSchedules
<
ActiveRecord
::
Migration
def
connection
ActiveRecord
::
Base
.
establish_connection
(
Baas
::
settings
[
:local_db
]
)
.
connection
end
def
change
add_column
:schedules
,
:host_id
,
:integer
add_index
:schedules
,
:host_id
end
end
Event Timeline
Log In to Comment