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

sql,externalconn: add owner_id column to system.external_connections #97877

Merged
merged 1 commit into from
Mar 10, 2023

Commits on Mar 10, 2023

  1. sql,externalconn: add owner_id column to system.external_connections

    This patch adds a new `owner_id` column to the `system.external_connections`
    table, which corresponds to the existing `owner` column, in order to bring us
    closer to the eventual goal of allowing renaming of users. Migrations are
    also added to alter and backfill the table in older clusters.
    
    Release note: None
    andyyang890 committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    b4e7296 View commit details
    Browse the repository at this point in the history