Add responsible and fix how hashes are stored
This commit is contained in:
parent
88a6b2769b
commit
4810aa22f6
7 changed files with 43 additions and 14 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue