projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
4823: Add new tests for BufferBlock, BlockManager, saving, updating. Stylistic
[arvados.git]
/
services
/
api
/
db
/
migrate
/
20130128231343_add_properties_to_specimen.rb
1
class AddPropertiesToSpecimen < ActiveRecord::Migration
2
def change
3
add_column :specimens, :properties, :text
4
end
5
end