osem-fcy/db/migrate/20170728182033_add_booth_limit_to_conferences.rb
2017-08-18 23:41:38 +03:00

5 lines
146 B
Ruby

class AddBoothLimitToConferences < ActiveRecord::Migration
def change
add_column :conferences, :booth_limit, :integer, default: 0
end
end