Add confirmed sponsors

This commit is contained in:
nasia 2017-08-27 15:42:52 +03:00
parent b770f9bd4d
commit 792a7fed1c
10 changed files with 162 additions and 65 deletions

View file

@ -7,5 +7,7 @@ class AddSwagsToSponsors < ActiveRecord::Migration
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, :state, :string
end
end