forked from AkkomaGang/akkoma
Create index on activities.local
This commit is contained in:
parent
17a6f81f7b
commit
17004a0f1a
1 changed files with 7 additions and 0 deletions
|
@ -0,0 +1,7 @@
|
|||
defmodule Pleroma.Repo.Migrations.AddIndexOnActivitiesLocal do
|
||||
use Ecto.Migration
|
||||
|
||||
def change do
|
||||
create(index("activities", [:local]))
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue