mirror of
				https://github.com/fspc/BikeShed-1.git
				synced 2025-11-04 01:15:36 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			158 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			158 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
class AddPrivateTeamToTeam < ActiveRecord::Migration
 | 
						|
  def change
 | 
						|
    add_column :teams, :private_team, :boolean, :default => false, :null => false
 | 
						|
  end
 | 
						|
end
 |