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
-5
View File
@@ -1490,11 +1490,6 @@ msgstr ""
msgid "Add a record instead"
msgstr ""
#: lib/music_library_web/components/layouts/app.html.heex
#, elixir-autogen, elixir-format
msgid "Lotus"
msgstr ""
#: lib/music_library_web/components/stats_components.ex
#, elixir-autogen, elixir-format
msgid "Today"
-5
View File
@@ -1490,11 +1490,6 @@ msgstr ""
msgid "Add a record instead"
msgstr ""
#: lib/music_library_web/components/layouts/app.html.heex
#, elixir-autogen, elixir-format
msgid "Lotus"
msgstr ""
#: lib/music_library_web/components/stats_components.ex
#, elixir-autogen, elixir-format
msgid "Today"
@@ -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