phil_columns-ex
phil_columns-ex copied to clipboard
A data seeding framework for Elixir/Ecto.
Needed to fork the repo again to add one more feature. We needed support to run the same migration again for a different tenant. This is especially important in the...
Hey, thanks for the great lib! This PR solves an issue that appears when you set the seeds_source value on the Repo to a custom value. With the original code...
As discussed in #8
Thanks for the package, it's already been really useful. When we use `mix release` to deploy to production the resulting package no longer has `mix` itself available for running tasks,...