8 lines
		
	
	
	
		
			258 B
		
	
	
	
		
			Elixir
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			258 B
		
	
	
	
		
			Elixir
		
	
	
	
	
	
defmodule Pleroma.Repo.Migrations.AddObjectActivityIndex do
 | 
						|
  use Ecto.Migration
 | 
						|
 | 
						|
  def change do
 | 
						|
    # This was wrong, now a noop
 | 
						|
    # create index(:objects, ["(data->'object'->>'id')", "(data->>'type')"], name: :activities_create_objects_index)
 | 
						|
  end
 | 
						|
end
 |