This commit is contained in:
bluepython508
2024-11-12 19:03:03 +00:00
parent f99153d6fd
commit 5ea2ef7a23
7 changed files with 130 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
defmodule Monfari.Repo.Migrations.Init do
use Ecto.Migration
def change do
end
end