osem-fcy/db/migrate/20170727081731_add_include_booths_to_splashpages.rb
2018-04-04 10:28:10 -07:00

7 lines
171 B
Ruby

# frozen_string_literal: true
class AddIncludeBoothsToSplashpages < ActiveRecord::Migration
def change
add_column :splashpages, :include_booths, :boolean
end
end