drop activity_expirations table
This commit is contained in:
parent
5ad0cc4c86
commit
5381d4b78b
@ -0,0 +1,7 @@
|
|||||||
|
defmodule Pleroma.Repo.Migrations.DropActivityExpirationsTable do
|
||||||
|
use Ecto.Migration
|
||||||
|
|
||||||
|
def change do
|
||||||
|
drop(table("activity_expirations"))
|
||||||
|
end
|
||||||
|
end
|
Loading…
Reference in New Issue
Block a user