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

View file

@ -478,6 +478,7 @@ ActiveRecord::Schema.define(version: 20170822173332) do
t.text "swag"
t.text "swag_transportation"
t.string "state"
t.text "responsibe"
end
create_table "sponsorship_levels", force: :cascade do |t|