add courier info
This commit is contained in:
parent
792a7fed1c
commit
30e70cc5d6
10 changed files with 146 additions and 95 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue