Velocipede's User, Sales, and Bike Inventory Web App
 
 
 
 
 
 

5 lines
158 B

class AddPrivateTeamToTeam < ActiveRecord::Migration
def change
add_column :teams, :private_team, :boolean, :default => false, :null => false
end
end