瀏覽代碼

add missing migration to drop websub table

merge-requests/1875/head
Ariadne Conill 4 年之前
父節點
當前提交
34754938ba
共有 1 個文件被更改,包括 8 次插入0 次删除
  1. +8
    -0
      priv/repo/migrations/20191017225002_drop_websub_tables.exs

+ 8
- 0
priv/repo/migrations/20191017225002_drop_websub_tables.exs 查看文件

@@ -0,0 +1,8 @@
defmodule Pleroma.Repo.Migrations.DropWebsubTables do
use Ecto.Migration

def change do
drop_if_exists(table(:websub_client_subscriptions))
drop_if_exists(table(:websub_server_subscriptions))
end
end

Loading…
取消
儲存