osem-fcy/db/migrate/20170727081731_add_include_booths_to_splashpages.rb

8 lines
171 B
Ruby
Raw Normal View History

# frozen_string_literal: true
2017-07-27 11:22:14 +03:00
class AddIncludeBoothsToSplashpages < ActiveRecord::Migration
def change
add_column :splashpages, :include_booths, :boolean
end
end