Fix migration.
This commit is contained in:
parent
b56bb88c02
commit
0abd8a6bad
|
@ -0,0 +1,8 @@
|
||||||
|
defmodule Pleroma.Repo.Migrations.ActuallyDropLocalIndex do
|
||||||
|
use Ecto.Migration
|
||||||
|
|
||||||
|
def change do
|
||||||
|
create index(:users, [:local])
|
||||||
|
drop_if_exists index("activities", :local)
|
||||||
|
end
|
||||||
|
end
|
Loading…
Reference in a new issue