Co-authored-by: FloatingGhost <hannah@coffee-and-dreams.uk> Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma/pulls/327
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			166 B
		
	
	
	
		
			Elixir
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			166 B
		
	
	
	
		
			Elixir
		
	
	
	
	
	
defmodule Pleroma.Repo.Migrations.AddNotificationActivityIdIndex do
 | 
						|
  use Ecto.Migration
 | 
						|
 | 
						|
  def change do
 | 
						|
    create(index(:notifications, [:activity_id]))
 | 
						|
  end
 | 
						|
end
 |