Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F885990
20160120201052_add_pool_field_to_settings.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 8, 6:42 PM
Size
217 B
Mime Type
text/x-ruby
Expires
Sun, Aug 10, 6:42 PM (3 h, 8 m)
Engine
blob
Format
Raw Data
Handle
229122
Attached To
rARCHIVING archiving
20160120201052_add_pool_field_to_settings.rb
View Options
class
AddPoolFieldToSettings
<
ActiveRecord
::
Migration
def
up
add_column
:configuration_settings
,
:pool
,
:string
,
default
:
{}
.
to_json
end
def
down
remove_column
:configuration_settings
,
:pool
end
end
Event Timeline
Log In to Comment