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

Add schema for profile column in authz2 table #7954

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

aarongable
Copy link
Contributor

@aarongable aarongable commented Jan 17, 2025

Use MariaDB's "instant add column" feature to add a new certificateProfileName column to the existing authz2 table. This column is nullable to reflect the fact that profiles are optional, and to mirror the similarly-added column on the orders table.

This change is standalone, with no code reading or writing this field, so that it can be deployed to production and a follow-up change can begin reading and writing the field all at once with no deployability concerns.

TODO: File a ticket to track deployment of this schema change.

DO NOT MERGE until #7953 has been merged

Part of #7955

Base automatically changed from rm-ordermodelv1 to main January 18, 2025 01:15
@aarongable aarongable marked this pull request as ready for review January 18, 2025 01:27
@aarongable aarongable requested a review from a team as a code owner January 18, 2025 01:27
@aarongable aarongable requested a review from jsha January 18, 2025 01:27
Copy link
Contributor

@aarongable, this PR appears to contain configuration and/or SQL schema changes. Please ensure that a corresponding deployment ticket has been filed with the new values.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant