Closed adolfosilva closed 5 years ago
Hmm... not sure how I feel about this approach.
@sadir @lpil any strong feelings?
I think that any projects not using ecto migrations probably has another way of managing database schema changes so I'm not sure how useful these mix tasks would be.
This PR tries to simplify the database setup needed by Rihanna by providing an easy way to run the necessary migrations instead of asking users who are not using Ecto to do it manually.
Introduces the following changes:
rihanna.setup
(mix do rihanna.create, rihanna.migrate
);CONTRIBUTING.md