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

6 lines
158 B

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