socialforge/db/migrate/20140725013735_alter_first_...

6 lines
123 B
Ruby

class AlterFirstPage < ActiveRecord::Migration
def change
change_column("first_pages","description",:text)
end
end