socialforge/db/migrate/20150914063751_add_descript...

6 lines
138 B
Ruby
Raw Normal View History

2015-09-14 15:33:11 +08:00
class AddDescriptionToSystemMessage < ActiveRecord::Migration
def change
add_column :system_messages, :description, :text
end
end