socialforge/db/migrate/20140725013735_alter_first_...

6 lines
123 B
Ruby
Raw Normal View History

2014-07-25 10:09:38 +08:00
class AlterFirstPage < ActiveRecord::Migration
def change
change_column("first_pages","description",:text)
end
end