Remove lotus

Unstable - and it messes with the repo connection, creating other
errors.
This commit is contained in:
Claudio Ortolina
2025-11-03 13:21:31 +00:00
parent ed99f6bda8
commit 11acec56b2
9 changed files with 0 additions and 53 deletions
@@ -1,11 +0,0 @@
defmodule MusicLibrary.Repo.Migrations.CreateLotusTables do
use Ecto.Migration
def up do
Lotus.Migrations.up()
end
def down do
Lotus.Migrations.down()
end
end