2022-02-25 22:11:42 -08:00
|
|
|
# Pleroma: A lightweight social networking server
|
|
|
|
# Copyright © 2017-2022 Pleroma Authors <https://pleroma.social/>
|
|
|
|
# SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
|
2020-08-07 02:18:36 -07:00
|
|
|
defmodule Pleroma.Repo.Migrations.RenameInstanceChat do
|
|
|
|
use Ecto.Migration
|
|
|
|
|
2022-11-03 11:07:50 -07:00
|
|
|
def up, do: :noop
|
|
|
|
def down, do: :noop
|
2020-08-07 02:18:36 -07:00
|
|
|
end
|