Removes rating desc column from cfp
This commit is contained in:
parent
a8c9c2f2d4
commit
17307736e8
4 changed files with 13 additions and 4 deletions
9
db/migrate/20140514140013_remove_rating_desc_from_cfp.rb
Normal file
9
db/migrate/20140514140013_remove_rating_desc_from_cfp.rb
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
class RemoveRatingDescFromCfp < ActiveRecord::Migration
|
||||
def up
|
||||
remove_column :call_for_papers, :rating_desc
|
||||
end
|
||||
|
||||
def down
|
||||
add_column :call_for_papers, :rating_desc, :text
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue