add courier info

This commit is contained in:
nasia 2017-08-27 23:40:32 +03:00
parent 792a7fed1c
commit 30e70cc5d6
10 changed files with 146 additions and 95 deletions

View file

@ -6,8 +6,8 @@ class AddSwagsToSponsors < ActiveRecord::Migration
add_column :sponsors, :address, :string
add_column :sponsors, :vat, :string
add_column :sponsors, :has_banner, :boolean, default: false
add_column :sponsors, :swags, :text
add_column :sponsors, :courrier_info, :text
add_column :sponsors, :swag, :text
add_column :sponsors, :courier_info, :text
add_column :sponsors, :state, :string
end
end