Add difficulty levels
This commit is contained in:
parent
4356616566
commit
5b35e25ecd
15 changed files with 119 additions and 3 deletions
|
|
@ -0,0 +1,5 @@
|
|||
class AddDifficultyLevelIdToEvents < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :events, :difficulty_level_id, :integer
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue