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 migration redo` gives confusing error when no migrations have been run #671
Comments
This comment has been minimized.
|
The issue occurs because |
added a commit
that referenced
this issue
Feb 10, 2017
sgrif
referenced this issue
Feb 10, 2017
Merged
Change the return type of `max` and `min` to be nullable #672
sgrif
closed this
in
#672
Feb 11, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sgrif commentedFeb 10, 2017
To reproduce:
DATABASE_URLto a database which exists, but has has no migrations rundiesel migration redoExpected behavior:
diesel migration run?" appears. Non-zero exit codeActual behavior:
Unexpected null for non-null columnis output with no additional information