Skip to content
Snippets Groups Projects
Commit 0abd8a6b authored by lain's avatar lain
Browse files

Fix migration.

parent b56bb88c
Branches
No related tags found
No related merge requests found
defmodule Pleroma.Repo.Migrations.ActuallyDropLocalIndex do
use Ecto.Migration
def change do
create index(:users, [:local])
drop_if_exists index("activities", :local)
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment