When I'm creating a database by:
mix ecto.drop
mix ecto.create
it creates a database with a few tables from other database and project. That project isn't even in Elixir and it's in a different folder. Note that I've not run a migration yet.
There's no reference in this project to those tables or database.
How to fix that?