This commit is contained in:
Henne Vogelsang 2014-11-14 13:23:04 +00:00
commit 7b6029224b
58 changed files with 1198 additions and 1272 deletions

View file

@ -0,0 +1,5 @@
class AddPositionToSponsorshipLevel < ActiveRecord::Migration
def change
add_column :sponsorship_levels, :position, :integer
end
end