mirror of
https://git.rape.pet/ulith/amputoma.git
synced 2025-02-24 13:43:59 +01:00
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…
Add table
Reference in a new issue