Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign up`diesel setup` should give some indication that it created the migrations dir in its output #177
Comments
This comment has been minimized.
|
/cc @mcasper |
sgrif
assigned
mcasper
Feb 2, 2016
sgrif
added this to the 0.5 milestone
Feb 2, 2016
mcasper
changed the title from
`diesel setup` should give some indication that it created the migrations dir in its output
to
[CLI] `diesel setup` should give some indication that it created the migrations dir in its output
Feb 3, 2016
This comment has been minimized.
|
@sgrif It already does $ diesel setup
Created migrations/ directory at: /Users/mattcasper/code/home/test/migrations
Creating database: my_db |
This comment has been minimized.
|
Strange it wasn't doing that for me. On Tue, Feb 2, 2016, 11:48 PM Matt Casper notifications@github.com wrote:
|
sgrif
added
the
cli
label
Feb 3, 2016
sgrif
changed the title from
[CLI] `diesel setup` should give some indication that it created the migrations dir in its output
to
`diesel setup` should give some indication that it created the migrations dir in its output
Feb 3, 2016
This comment has been minimized.
mcasper
closed this
Feb 3, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sgrif commentedFeb 2, 2016
Right now it only says that it created the database. The terminal output should indicate that the migrations directory was created as well.