Merge f0b19eddb3 into a41f76cca1
This commit is contained in:
commit
7b6029224b
58 changed files with 1198 additions and 1272 deletions
|
|
@ -0,0 +1,5 @@
|
|||
class AddPositionToSponsorshipLevel < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :sponsorship_levels, :position, :integer
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue