Add distributor info field to enterprises

This commit is contained in:
Rohan Mitchell
2013-04-26 12:31:19 +10:00
parent 4900129511
commit 1b6bf6ca2b
3 changed files with 13 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
# This migration comes from enterprises_distributor_info_rich_text_feature (originally 20130426022945)
class AddDistributorInfoToEnterprises < ActiveRecord::Migration
def change
add_column :enterprises, :distributor_info, :text
end
end