- Improve `mix arke_postgres.init_db` in order to make it run the ecto.create, ecto.migrate, and seed the database at first starter installation. - make `mix arke_postgres.migrate` to run our migration instead of writing `mix ecto.migrate -r ArkePostgres.Repo`
mix arke_postgres.init_dbin order to make it run the ecto.create, ecto.migrate, and seed the database at first starter installation.mix arke_postgres.migrateto run our migration instead of writingmix ecto.migrate -r ArkePostgres.Repo