forked from AkkomaGang/akkoma
drop activity_expirations table
This commit is contained in:
parent
5ad0cc4c86
commit
5381d4b78b
1 changed files with 7 additions and 0 deletions
|
@ -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 a new issue