X-Git-Url: http://git.osdn.net/view?p=pettanr%2Fpettanr.git;a=blobdiff_plain;f=db%2Fmigrate%2F20120424100555_create_speech_balloon_templates.rb;fp=db%2Fmigrate%2F20120424100555_create_speech_balloon_templates.rb;h=66e05d6ec2e6d8a1aadecb3b5b19398e5e2dee8d;hp=0000000000000000000000000000000000000000;hb=278f86183f2474b2c4d219b724e76cbe07ed63dc;hpb=cd9653c66c4883c5e9a483fc47f0ddf77ed837be diff --git a/db/migrate/20120424100555_create_speech_balloon_templates.rb b/db/migrate/20120424100555_create_speech_balloon_templates.rb new file mode 100644 index 00000000..66e05d6e --- /dev/null +++ b/db/migrate/20120424100555_create_speech_balloon_templates.rb @@ -0,0 +1,8 @@ +class CreateSpeechBalloonTemplates < ActiveRecord::Migration + def change + create_table :speech_balloon_templates do |t| + + t.timestamps + end + end +end