From f5efaac93a2dcfa1fb42b2640844e531d8ac89f1 Mon Sep 17 00:00:00 2001 From: yanxd Date: Fri, 18 Jul 2014 17:17:06 +0800 Subject: [PATCH] lunchun --- ...0718091306_chaneg_description_type_in_softapplicaitons.rb | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 db/migrate/20140718091306_chaneg_description_type_in_softapplicaitons.rb diff --git a/db/migrate/20140718091306_chaneg_description_type_in_softapplicaitons.rb b/db/migrate/20140718091306_chaneg_description_type_in_softapplicaitons.rb new file mode 100644 index 000000000..9c932b9b7 --- /dev/null +++ b/db/migrate/20140718091306_chaneg_description_type_in_softapplicaitons.rb @@ -0,0 +1,5 @@ +class ChanegDescriptionTypeInSoftapplicaitons < ActiveRecord::Migration + def change + change_column :softapplications, :description, :text + end +end