OSDN Git Service

Merge branch 'v05' of git.sourceforge.jp:/gitroot/pettanr/pettanr into v05client
[pettanr/pettanr.git] / db / migrate / 20130129102023_add_namelimit_on_author.rb
1 class AddNamelimitOnAuthor < ActiveRecord::Migration
2   def up
3     change_column :authors, :name, :string, :limit => 30
4   end
5
6   def down
7   end
8 end