8 lines
91 B
Elixir
8 lines
91 B
Elixir
defmodule Monfari.Repo.Migrations.Init do
|
|
use Ecto.Migration
|
|
|
|
def change do
|
|
|
|
end
|
|
end
|