competitions
parent
c48ef87479
commit
a571ae0c35
@ -0,0 +1,6 @@
|
|||||||
|
class AddDescriptionToCompetitions < ActiveRecord::Migration[5.2]
|
||||||
|
def change
|
||||||
|
add_column :competitions, :description, :text
|
||||||
|
add_column :competitions, :introduction, :text
|
||||||
|
end
|
||||||
|
end
|
Loading…
Reference in new issue