forked from cybrespace/mastodon
		
	in the pool, adding a throttle of 60rpm per IP, adding mini profiler, adding admin status to users
		
			
				
	
	
		
			5 lines
		
	
	
	
		
			127 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			127 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
class AddAdminToUsers < ActiveRecord::Migration
 | 
						|
  def change
 | 
						|
    add_column :users, :admin, :boolean, default: false
 | 
						|
  end
 | 
						|
end
 |