osem-fcy/db/migrate/20170727081731_add_include_booths_to_splashpages.rb
2017-08-16 16:51:52 +03:00

5 lines
140 B
Ruby

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