Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include suffix in "using database" for sqlite #2298

Closed
MasterOdin opened this issue Aug 3, 2024 · 0 comments · Fixed by #2307
Closed

Include suffix in "using database" for sqlite #2298

MasterOdin opened this issue Aug 3, 2024 · 0 comments · Fixed by #2307

Comments

@MasterOdin
Copy link
Member

For sqlite, doing a migration/seed gives an output similar to following:

using adapter sqlite
using database ./data

where the we only print out the database name, but omit the suffix. We should show the database name and the suffix, e.g. ./data.sqlite3 for above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant