Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F887852
20151122190659_create_settings_table.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, Aug 10, 5:48 AM
Size
288 B
Mime Type
text/x-ruby
Expires
Tue, Aug 12, 5:48 AM (12 h, 46 m)
Engine
blob
Format
Raw Data
Handle
228319
Attached To
rARCHIVING archiving
20151122190659_create_settings_table.rb
View Options
class
CreateSettingsTable
<
ActiveRecord
::
Migration
def
up
create_table
:configuration_settings
do
|
t
|
t
.
string
:job
,
default
:
{}
.
to_json
t
.
string
:client
,
default
:
{}
.
to_json
t
.
timestamps
end
end
def
down
drop_table
:configuration_settings
end
end
Event Timeline
Log In to Comment