mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-10 03:17:51 +00:00
Fix migration.
This commit is contained in:
parent
b56bb88c02
commit
0abd8a6bad
1 changed files with 8 additions and 0 deletions
|
@ -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