mirror of
				https://github.com/lunaisnotaboy/mastodon.git
				synced 2025-11-04 06:45:01 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			210 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			210 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
class AddInviteIdToUsers < ActiveRecord::Migration[5.1]
 | 
						|
  def change
 | 
						|
    safety_assured { add_reference :users, :invite, null: true, default: nil, foreign_key: { on_delete: :nullify }, index: false }
 | 
						|
  end
 | 
						|
end
 |