Skip to content

Support setting the schema in the configuration file #14

@fwgreen

Description

@fwgreen

Database tables are automatically placed in the default public schema during preparation. This could be a problem if one doesn't control the database.

{
    "host": "127.0.0.1",
    "user": "postgres",
    "password": "",
    "database": "test",
    "schema": "test-schema",
    "port": 5432
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions