6 lines
140 B
Ruby
6 lines
140 B
Ruby
|
|
class AddUseVpositionsToConferences < ActiveRecord::Migration
|
||
|
|
def change
|
||
|
|
add_column :conferences, :use_vpositions, :boolean
|
||
|
|
end
|
||
|
|
end
|