summaryrefslogtreecommitdiff
path: root/priv/repo/migrations/20201209095612_migrate_itself.exs
blob: 04df6887cd20669bad3607b4507db194468f6aec (plain) (blame)
1
2
3
4
5
6
7
defmodule MatrixAppService.Repo.Migrations.MigrateItself do
  use Ecto.Migration

  def change do
    MatrixAppService.Migrations.change()
  end
end