Add responsible and fix how hashes are stored

This commit is contained in:
nasia 2017-08-31 22:04:12 +03:00
parent 88a6b2769b
commit 4810aa22f6
7 changed files with 43 additions and 14 deletions

View file

@ -10,5 +10,6 @@ class AddSwagsToSponsors < ActiveRecord::Migration
add_column :sponsors, :swag, :text
add_column :sponsors, :swag_transportation, :text
add_column :sponsors, :state, :string
add_column :sponsors, :responsibe, :text
end
end