Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F887893
20151122124400_add_verify_details_to_hosts.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, 6:16 AM
Size
264 B
Mime Type
text/x-ruby
Expires
Tue, Aug 12, 6:16 AM (10 h, 32 m)
Engine
blob
Format
Raw Data
Handle
229120
Attached To
rARCHIVING archiving
20151122124400_add_verify_details_to_hosts.rb
View Options
class
AddVerifyDetailsToHosts
<
ActiveRecord
::
Migration
def
up
add_column
:hosts
,
:verified_at
,
:datetime
add_column
:hosts
,
:verifier_id
,
:integer
end
def
down
remove_column
:hosts
,
:verified_at
remove_column
:hosts
,
:verifier_id
end
end
Event Timeline
Log In to Comment