OSDN Git Service

fix extend for profiler
[pettanr/pettanr.git] / db / migrate / 20130607101909_move_balloon_caption_to_sb.rb
index fef797d..53eb7ff 100644 (file)
@@ -1,6 +1,6 @@
 class MoveBalloonCaptionToSb < ActiveRecord::Migration
   def up
-    add_column :speech_balloons, :caption, :string
+    add_column :speech_balloons, :caption, :text
     remove_column :balloons, :caption
   end