Skip to content

Include suffix in "using database" for sqlite #2298

Closed
@MasterOdin

Description

@MasterOdin

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions