forked from cybrespace/mastodon
		
	Fix FixAccountsUniqueIndex migration (#8212)
This commit is contained in:
		
							parent
							
								
									625b5a567b
								
							
						
					
					
						commit
						4f24dc31dc
					
				
					 1 changed files with 4 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -6,6 +6,10 @@ class FixAccountsUniqueIndex < ActiveRecord::Migration[5.2]
 | 
			
		|||
    def local?
 | 
			
		||||
      domain.nil?
 | 
			
		||||
    end
 | 
			
		||||
 | 
			
		||||
    def acct
 | 
			
		||||
      local? ? username : "#{username}@#{domain}"
 | 
			
		||||
    end
 | 
			
		||||
  end
 | 
			
		||||
 | 
			
		||||
  disable_ddl_transaction!
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue