osem-fcy/db/migrate/20141127163536_add_include_cfp_in_splashpages.rb

6 lines
150 B
Ruby
Raw Normal View History

class AddIncludeCfpInSplashpages < ActiveRecord::Migration
def change
add_column :splashpages, :include_cfp, :boolean, default: false
end
end