From 349b1b7dbe640b1cf1e0dd6c2fb4d8bf2209ac76 Mon Sep 17 00:00:00 2001 From: yasushiito Date: Thu, 4 Jul 2013 18:19:44 +0900 Subject: [PATCH] t#:fix db --- db/migrate/20120424100555_create_speech_balloon_templates.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/migrate/20120424100555_create_speech_balloon_templates.rb b/db/migrate/20120424100555_create_speech_balloon_templates.rb index 15dc922c..b3d5202b 100644 --- a/db/migrate/20120424100555_create_speech_balloon_templates.rb +++ b/db/migrate/20120424100555_create_speech_balloon_templates.rb @@ -5,7 +5,7 @@ class CreateSpeechBalloonTemplates < ActiveRecord::Migration t.string :classname, :null => false, :limit => 50 t.string :caption, :null => false, :limit => 30 t.integer :t, :null => false, :default => 0 - t.string :settings, :null => false + t.text :settings, :null => false t.timestamps end -- 2.11.0