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