Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F462574
20151125222951_add_identifier_users.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, 10:47 PM
Size
205 B
Mime Type
text/x-ruby
Expires
Tue, May 20, 10:47 PM (9 h, 46 m)
Engine
blob
Format
Raw Data
Handle
220642
Attached To
rARCHIVING archiving
20151125222951_add_identifier_users.rb
View Options
class
AddIdentifierUsers
<
ActiveRecord
::
Migration
def
up
add_column
:users
,
:identifier
,
:string
add_index
:users
,
:identifier
end
def
down
remove_column
:users
,
:identifier
end
end
Event Timeline
Log In to Comment