mirror of
				https://github.com/lunaisnotaboy/mastodon.git
				synced 2025-10-31 04:05:23 +00:00 
			
		
		
		
	
		
			
	
	
		
			7 lines
		
	
	
		
			213 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
		
		
			
		
	
	
			7 lines
		
	
	
		
			213 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
|  | class AddIpsToEmailDomainBlocks < ActiveRecord::Migration[6.1] | ||
|  |   def change | ||
|  |     add_column :email_domain_blocks, :ips, :inet, array: true | ||
|  |     add_column :email_domain_blocks, :last_refresh_at, :datetime | ||
|  |   end | ||
|  | end |