This commit is contained in:
yanxd 2014-07-18 17:17:06 +08:00
parent 6af11fea68
commit f5efaac93a
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
class ChanegDescriptionTypeInSoftapplicaitons < ActiveRecord::Migration
def change
change_column :softapplications, :description, :text
end
end