Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F401789
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
Thu, Feb 20, 10:09 AM
Size
205 B
Mime Type
text/x-ruby
Expires
Sat, Feb 22, 10:09 AM (28 m, 25 s)
Engine
blob
Format
Raw Data
Handle
191776
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