OSDN Git Service

fix extend for profiler
[pettanr/pettanr.git] / db / migrate / 20121106083518_add_caption_on_panel_pictures.rb
index 178c493..d68b441 100644 (file)
@@ -1,6 +1,6 @@
 class AddCaptionOnPanelPictures < ActiveRecord::Migration
   def up
-    add_column :panel_pictures, :caption, :string
+    add_column :panel_pictures, :caption, :text
   end
 
   def down