Closed katafrakt closed 8 years ago
Right now mix ecto.create and mix ecto.drop always say that database was created. Which is not true. This add support for real database creation and dropping.
mix ecto.create
mix ecto.drop
Hello @katafrakt and thank you for your contribution.
Right now
mix ecto.create
andmix ecto.drop
always say that database was created. Which is not true. This add support for real database creation and dropping.