mirror of
				https://github.com/lunaisnotaboy/mastodon.git
				synced 2025-10-31 04:05:23 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			159 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			159 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
| # frozen_string_literal: true
 | |
| 
 | |
| class AddForwardedToReports < ActiveRecord::Migration[5.2]
 | |
|   def change
 | |
|     add_column :reports, :forwarded, :boolean
 | |
|   end
 | |
| end
 |