[#3213] Prototype of data migrations functionality / HashtagsTableMigrator.
This commit is contained in:
parent
8c972de045
commit
3e4d84729a
11 changed files with 316 additions and 64 deletions
|
|
@ -104,7 +104,8 @@ defmodule Pleroma.Application do
|
|||
chat_child(chat_enabled?()) ++
|
||||
[
|
||||
Pleroma.Web.Endpoint,
|
||||
Pleroma.Gopher.Server
|
||||
Pleroma.Gopher.Server,
|
||||
Pleroma.Migrators.HashtagsTableMigrator
|
||||
]
|
||||
|
||||
# See http://elixir-lang.org/docs/stable/elixir/Supervisor.html
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue