mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2026-02-15 17:16:57 +00:00
Remove migration merged upstream
Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
parent
2c1a017b5b
commit
b978dab2ea
1 changed files with 0 additions and 13 deletions
|
|
@ -1,13 +0,0 @@
|
|||
defmodule Pleroma.Repo.Migrations.AddActivityAssignedAccountIndex do
|
||||
use Ecto.Migration
|
||||
|
||||
def up, do: :noop
|
||||
|
||||
def down do
|
||||
drop_if_exists(
|
||||
index(:activities, ["(data->>'assigned_account')"],
|
||||
name: :activities_assigned_account_index
|
||||
)
|
||||
)
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue