6 lines
140 B
Ruby
6 lines
140 B
Ruby
|
|
class AddIncludeBoothsToSplashpages < ActiveRecord::Migration
|
||
|
|
def change
|
||
|
|
add_column :splashpages, :include_booths, :boolean
|
||
|
|
end
|
||
|
|
end
|