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

DM-36497: Add support for specifying schema name for tables #28

Merged
merged 2 commits into from
Oct 7, 2022

Commits on Oct 7, 2022

  1. Add support for specifying schema name for tables (DM-36497)

    Adds a configuration field to ApdbSqlConfig which can specify alternative
    schema name to use for all tables. Schema needs to be created in advance,
    by default the default schema is used. Also adds a separate unit test case
    for Postgres (only runs if testing.postgres exists), which tests
    non-default schema name.
    andy-slac committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    6d488c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bbf288c View commit details
    Browse the repository at this point in the history