Skip to content

fix(database): Add missing dbname parameter to PostgreSQL DSN connection string #969

@sm-28601

Description

@sm-28601

Current Behavior

Currently, in database/database.go, the PostgreSQL DSN is constructed without including the dbname parameter, which may lead to connection issues or default database usage.

Expected Behavior

The PostgreSQL DSN should explicitly include the dbname parameter to ensure the application connects to the intended database correctly.

Contributor Guides and Handbook

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions